Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 6.7.0 to 6.9.0 in the…
Browse files Browse the repository at this point in the history
… github-actions group across 1 directory (#1240)

Bumps the github-actions group with 1 update in the / directory: [docker/build-push-action](https://github.com/docker/build-push-action).
Updates `docker/build-push-action` from 6.7.0 to 6.9.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@5cd11c3...4f58ea7)
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent db94e08 commit 1c7626c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
type=raw,value=${{ env.TEST_TAG }}
- name: Build and export Container image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
with:
context: ./packaging/cache/
load: true
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
with:
context: ./packaging/cache/
push: true
Expand Down

0 comments on commit 1c7626c

Please sign in to comment.