Skip to content

Commit

Permalink
Bump docker/build-push-action (#135)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from f8bc7f46003ef0cf98b715743d86c2f1ccd01436 to ca877d9245402d1537745e0e356eab47c3520991.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@f8bc7f4...ca877d9)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 7624567 commit b9d65d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push Docker image
uses: docker/build-push-action@f8bc7f46003ef0cf98b715743d86c2f1ccd01436
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
with:
# We need to specify the context explicitly so the action doesn't
# grab the source straight from the git. That's not a problem in
Expand Down

0 comments on commit b9d65d4

Please sign in to comment.