Skip to content

Commit

Permalink
Bump docker/build-push-action from 3.3.0 to 4.0.0 (stackrox#482)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.3.0 to 4.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v3.3.0...v4.0.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and abrad3 committed Sep 28, 2023
1 parent 82b7354 commit d6b87da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v3.3.0
uses: docker/build-push-action@v4.0.0
with:
context: image
push: ${{ github.event_name != 'pull_request' }}
Expand All @@ -242,7 +242,7 @@ jobs:
- name: Build and push Alpine Docker image
id: build-and-push-alpine
uses: docker/build-push-action@v3.3.0
uses: docker/build-push-action@v4.0.0
with:
context: image
file: image/Dockerfile_alpine
Expand Down

0 comments on commit d6b87da

Please sign in to comment.