Skip to content

Commit

Permalink
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 Oct 31, 2024
1 parent 536c5e9 commit cf47944
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-corretto-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
context: scripts/docker/corretto-slim
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/patch-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
driver-opts: image=moby/buildkit:v0.15.1

- name: Build image for testing
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: false
build-args: "ADOT_JAVA_VERSION=${{ github.event.inputs.version }}"
Expand All @@ -128,7 +128,7 @@ jobs:
run: .github/scripts/test-adot-javaagent-image.sh "${{ env.TEST_TAG }}" "${{ github.event.inputs.version }}"

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
build-args: "ADOT_JAVA_VERSION=${{ github.event.inputs.version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }}

- name: Build image for testing
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
push: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
driver-opts: image=moby/buildkit:v0.15.1

- name: Build image for testing
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: false
build-args: "ADOT_JAVA_VERSION=${{ github.event.inputs.version }}"
Expand All @@ -96,7 +96,7 @@ jobs:
run: .github/scripts/test-adot-javaagent-image.sh "${{ env.TEST_TAG }}" "${{ github.event.inputs.version }}"

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
build-args: "ADOT_JAVA_VERSION=${{ github.event.inputs.version }}"
Expand Down

0 comments on commit cf47944

Please sign in to comment.