Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 5.3.0 to 5.4.0
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bateau84 committed Jun 11, 2024
1 parent 6e72b4b commit b8ad47c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
-
if: inputs.cache == false
name: Build (no cache)
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
file: ${{ inputs.context }}/${{ inputs.dockerfile }}
context: ${{ inputs.context }}
Expand All @@ -178,7 +178,7 @@ jobs:
-
if: inputs.cache == true
name: Build (with cache)
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
file: ${{ inputs.context }}/${{ inputs.dockerfile }}
context: ${{ inputs.context }}
Expand Down

0 comments on commit b8ad47c

Please sign in to comment.