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 4b0752a2b1b87033d946e4e0106643f20d69d613 to 56932deb0a0db9d23e245320b1e45fec46b8d66f.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@4b0752a...56932de)

---
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 14, 2023
1 parent 0c541ab commit 6182f67
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 6182f67

Please sign in to comment.