Skip to content

Commit

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

---
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 Sep 13, 2023
1 parent 2e2cb2b commit dde65d2
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 @@ -119,7 +119,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@v5
with:
context: conforming/.
file: conforming/src/main/docker/Dockerfile
Expand Down Expand Up @@ -158,7 +158,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@v5
with:
context: remoting/.
file: remoting/src/main/docker/Dockerfile
Expand Down Expand Up @@ -197,7 +197,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@v5
with:
context: provisioning/.
file: provisioning/src/main/docker/Dockerfile
Expand Down

0 comments on commit dde65d2

Please sign in to comment.