Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 6.1.0 to 6.3.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 6.1.0 to 6.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.1.0...v6.3.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 Jul 4, 2024
1 parent 0be8426 commit 7b7d0a2
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@v6.1.0
uses: docker/build-push-action@v6.3.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@v6.1.0
uses: docker/build-push-action@v6.3.0
with:
file: ${{ inputs.context }}/${{ inputs.dockerfile }}
context: ${{ inputs.context }}
Expand Down

0 comments on commit 7b7d0a2

Please sign in to comment.