Skip to content

Commit

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

build(deps): bump docker/build-push-action from 4b0752a2b1b87033d946e4e0106643f20d69d613 to 56932deb0a0db9d23e245320b1e45fec46b8d66f
  • Loading branch information
kodiakhq[bot] authored Aug 14, 2023
2 parents 245437b + 6182f67 commit 72b3306
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 @@ -44,7 +44,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@4b0752a2b1b87033d946e4e0106643f20d69d613
uses: docker/build-push-action@56932deb0a0db9d23e245320b1e45fec46b8d66f
with:
context: .
push: true
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@4b0752a2b1b87033d946e4e0106643f20d69d613
uses: docker/build-push-action@56932deb0a0db9d23e245320b1e45fec46b8d66f
with:
context: .
push: true
Expand Down

0 comments on commit 72b3306

Please sign in to comment.