Skip to content

Commit

Permalink
chore(deps): bump docker workflow version (#3915)
Browse files Browse the repository at this point in the history
<!--
Please read and fill out this form before submitting your PR.

Please make sure you have reviewed our contributors guide before
submitting your
first PR.
-->

## Overview

<!-- 
Please provide an explanation of the PR, including the appropriate
context,
background, goal, and rationale. If there is an issue with this
information,
please provide a tl;dr and link the issue. 
-->
Brings in a patch fix for the docker workflow
  • Loading branch information
MSevey committed Sep 26, 2024
1 parent 32fc690 commit 66e5511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
permissions:
contents: write
packages: write
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.4.4
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.4.5
with:
dockerfile: docker/Dockerfile
checkout_ref: ${{ github.event.inputs.ref }}
Expand All @@ -31,7 +31,7 @@ jobs:
permissions:
contents: write
packages: write
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.4.4
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.4.5
with:
dockerfile: docker/txsim/Dockerfile
packageName: txsim
Expand Down

0 comments on commit 66e5511

Please sign in to comment.