Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 6.5.0 to 6.6.1
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.5.0 to 6.6.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.5.0...v6.6.1)

---
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 Aug 8, 2024
1 parent 9ed74fc commit 19ba87e
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.5.0
uses: docker/build-push-action@v6.6.1
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.5.0
uses: docker/build-push-action@v6.6.1
with:
file: ${{ inputs.context }}/${{ inputs.dockerfile }}
context: ${{ inputs.context }}
Expand Down

0 comments on commit 19ba87e

Please sign in to comment.