Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 3 to 4
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 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v3...v4)

---
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]>
  • Loading branch information
dependabot[bot] authored Aug 23, 2023
1 parent d5d2149 commit 6bc1507
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
# build in any case, but push only main and version tag settings
- name: Conforming Container Build and Push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: conforming/.
file: conforming/src/main/docker/Dockerfile
Expand All @@ -145,7 +145,7 @@ jobs:
# build in any case, but push only main and version tag settings
- name: Remoting Container Build and Push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: remoting/.
file: remoting/src/main/docker/Dockerfile
Expand All @@ -172,7 +172,7 @@ jobs:
# build in any case, but push only main and version tag settings
- name: Provisioning Container Build and Push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: provisioning/.
file: provisioning/src/main/docker/Dockerfile
Expand Down

0 comments on commit 6bc1507

Please sign in to comment.