Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 5.4.0 to 6.0.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.4.0 to 6.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5.4.0...v6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bateau84 committed Jun 18, 2024
1 parent b8ad47c commit c3522e1
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.4.0
uses: docker/build-push-action@v6.0.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.4.0
uses: docker/build-push-action@v6.0.0
with:
file: ${{ inputs.context }}/${{ inputs.dockerfile }}
context: ${{ inputs.context }}
Expand Down

0 comments on commit c3522e1

Please sign in to comment.