Skip to content

Commit

Permalink
⬆ bump docker/build-push-action
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7e6f77677b7892794c8852c6e3773c3e9bc3129a to 1a162644f9a7e87d8f4b053101d1d9a712edc18c.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@7e6f776...1a16264)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 2cf6dc1 commit 8cfff4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: echo "sha_short=$(git rev-parse HEAD | cut -c1-8)" >> $GITHUB_OUTPUT

- name: Build and push Docker image
uses: docker/build-push-action@7e6f77677b7892794c8852c6e3773c3e9bc3129a
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c
with:
file: ./docker/Dockerfile.prod
push: true
Expand Down

0 comments on commit 8cfff4e

Please sign in to comment.