Skip to content

Commit

Permalink
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 Oct 1, 2023
1 parent 34a1bf0 commit 95385e0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: true
file: utils/base-images/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-corral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- uses: docker/setup-buildx-action@v3

- uses: docker/build-push-action@v3
- uses: docker/build-push-action@v5
with:
file: benchmarks/corral/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-fibonacci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
go install google.golang.org/grpc/cmd/[email protected]
- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: true
file: benchmarks/fibonacci/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-hotel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Build and push
env:
GOPRIVATE_KEY: ${{ secrets.XDT_REPO_ACCESS_KEY }}
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: true
file: benchmarks/hotel-app/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-online-shop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Build and push
env:
GOPRIVATE_KEY: ${{ secrets.XDT_REPO_ACCESS_KEY }}
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: true
file: ${{ matrix.context }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/relay-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# export PATH="$PATH:$(go env GOPATH)/bin"
- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: true
file: tools/relay/Dockerfile
Expand Down

0 comments on commit 95385e0

Please sign in to comment.