Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 5 to 6
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

---
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 Jul 23, 2024
1 parent 8e6b0a9 commit 951f89d
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
file: utils/base-images/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-aes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Build and push
if: ${{ ! contains(matrix.service, 'lambda') }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
file: benchmarks/aes/docker/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Build and push
if: ${{ ! contains(matrix.service, 'lambda') }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
file: benchmarks/auth/docker/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-compression.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@v5
uses: docker/build-push-action@v6
with:
push: true
file: benchmarks/compression/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@v5
- uses: docker/build-push-action@v6
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@v5
uses: docker/build-push-action@v6
with:
push: true
file: benchmarks/fibonacci/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-gptj.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@v5
uses: docker/build-push-action@v6
with:
push: true
file: benchmarks/gptj/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@v5
uses: docker/build-push-action@v6
with:
push: true
file: benchmarks/hotel-app/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-image-rotate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Build and push
env:
GOPRIVATE_KEY: ${{ secrets.XDT_REPO_ACCESS_KEY }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
file: benchmarks/image-rotate/docker/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@v5
uses: docker/build-push-action@v6
with:
push: true
file: ${{ matrix.context }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-rnn-serving.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@v5
uses: docker/build-push-action@v6
with:
push: true
file: benchmarks/rnn-serving/docker/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-spin-sleep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Build and push
env:
GOPRIVATE_KEY: ${{ secrets.XDT_REPO_ACCESS_KEY }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
file: ${{ matrix.DOCKER_DIR }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-video-analytics-standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Build and push
env:
GOPRIVATE_KEY: ${{ secrets.XDT_REPO_ACCESS_KEY }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
file: benchmarks/video-analytics-standalone/docker/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-video-processing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Build and push
env:
GOPRIVATE_KEY: ${{ secrets.XDT_REPO_ACCESS_KEY }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
file: benchmarks/video-processing/docker/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@v5
uses: docker/build-push-action@v6
with:
push: true
file: tools/relay/Dockerfile
Expand Down

0 comments on commit 951f89d

Please sign in to comment.