Skip to content

Commit

Permalink
Merge pull request #728 from frontendnetwork/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/docker/build-push-action-cfed4e995e12d7bee5002f066f5649e5f1cc059c

build(deps): bump docker/build-push-action from 2a53c6ccda456d31fb62eedc658aae06e238b7bd to cfed4e995e12d7bee5002f066f5649e5f1cc059c
  • Loading branch information
kodiakhq[bot] authored Jun 13, 2024
2 parents 28e00e0 + 5743dfa commit c235f24
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 c235f24

Please sign in to comment.