Skip to content

Commit

Permalink
build(deps): 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 a8d35412fb758de9162fd63e3fa3f0942bdedb4d to 5cd11c3a4ced054e52742c5fd54dca954e0edd85.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@a8d3541...5cd11c3)

---
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 Aug 15, 2024
1 parent 68a8bb8 commit 6f66ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
type=sha
- name: Build and push Docker images
id: push
uses: docker/build-push-action@a8d35412fb758de9162fd63e3fa3f0942bdedb4d
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
with:
context: ${{ matrix.folder }}
target: production
Expand Down

0 comments on commit 6f66ebb

Please sign in to comment.