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 2a53c6ccda456d31fb62eedc658aae06e238b7bd to cfed4e995e12d7bee5002f066f5649e5f1cc059c.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@2a53c6c...cfed4e9)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 13, 2024
1 parent 28e00e0 commit 5743dfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Build and push Docker image
id: build-prod
uses: docker/build-push-action@2a53c6ccda456d31fb62eedc658aae06e238b7bd
uses: docker/build-push-action@cfed4e995e12d7bee5002f066f5649e5f1cc059c
with:
context: .
push: true
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

- name: Build and push Docker image
id: build-staging
uses: docker/build-push-action@2a53c6ccda456d31fb62eedc658aae06e238b7bd
uses: docker/build-push-action@cfed4e995e12d7bee5002f066f5649e5f1cc059c
with:
context: .
push: true
Expand Down

0 comments on commit 5743dfa

Please sign in to comment.