Skip to content

Commit dfc67ff

Browse files
Bump docker/build-push-action from 5 to 6 in the gha-docker group
Bumps the gha-docker group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `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 dependency-group: gha-docker ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 686a750 commit dfc67ff

10 files changed

+10
-10
lines changed

.github/workflows/publish-autoinstrumentation-apache-httpd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
password: ${{ secrets.GITHUB_TOKEN }}
5858

5959
- name: Build and push
60-
uses: docker/build-push-action@v5
60+
uses: docker/build-push-action@v6
6161
with:
6262
context: autoinstrumentation/apache-httpd
6363
platforms: linux/amd64

.github/workflows/publish-autoinstrumentation-dotnet.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
password: ${{ secrets.GITHUB_TOKEN }}
6868

6969
- name: Build and push
70-
uses: docker/build-push-action@v5
70+
uses: docker/build-push-action@v6
7171
with:
7272
context: autoinstrumentation/dotnet
7373
platforms: linux/amd64,linux/arm64

.github/workflows/publish-autoinstrumentation-java.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
password: ${{ secrets.GITHUB_TOKEN }}
6969

7070
- name: Build and push
71-
uses: docker/build-push-action@v5
71+
uses: docker/build-push-action@v6
7272
with:
7373
context: autoinstrumentation/java
7474
platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le

.github/workflows/publish-autoinstrumentation-nodejs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
password: ${{ secrets.GITHUB_TOKEN }}
6969

7070
- name: Build and push
71-
uses: docker/build-push-action@v5
71+
uses: docker/build-push-action@v6
7272
with:
7373
context: autoinstrumentation/nodejs
7474
platforms: linux/amd64,linux/arm64

.github/workflows/publish-autoinstrumentation-python.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
password: ${{ secrets.GITHUB_TOKEN }}
6969

7070
- name: Build and push
71-
uses: docker/build-push-action@v5
71+
uses: docker/build-push-action@v6
7272
with:
7373
context: autoinstrumentation/python
7474
platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le

.github/workflows/publish-images.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
password: ${{ secrets.GITHUB_TOKEN }}
9494

9595
- name: Build and push Operator image
96-
uses: docker/build-push-action@v5
96+
uses: docker/build-push-action@v6
9797
with:
9898
context: .
9999
file: ./Dockerfile

.github/workflows/publish-operator-bundle.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
password: ${{ secrets.GITHUB_TOKEN }}
6868

6969
- name: Build and push Operator image
70-
uses: docker/build-push-action@v5
70+
uses: docker/build-push-action@v6
7171
with:
7272
context: .
7373
file: ./bundle.Dockerfile

.github/workflows/publish-operator-opamp-bridge.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
password: ${{ secrets.GITHUB_TOKEN }}
8383

8484
- name: Build and push
85-
uses: docker/build-push-action@v5
85+
uses: docker/build-push-action@v6
8686
with:
8787
context: cmd/operator-opamp-bridge
8888
platforms: ${{ env.PLATFORMS }}

.github/workflows/publish-target-allocator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
password: ${{ secrets.GITHUB_TOKEN }}
8383

8484
- name: Build and push
85-
uses: docker/build-push-action@v5
85+
uses: docker/build-push-action@v6
8686
with:
8787
context: cmd/otel-allocator
8888
platforms: ${{ env.PLATFORMS }}

.github/workflows/reusable-publish-autoinstrumentation-e2e-images.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
password: ${{ secrets.GITHUB_TOKEN }}
4949

5050
- name: Build and push
51-
uses: docker/build-push-action@v5
51+
uses: docker/build-push-action@v6
5252
with:
5353
tags: ${{ steps.meta.outputs.tags }}
5454
context: tests/instrumentation-e2e-apps/${{ inputs.language }}

0 commit comments

Comments
 (0)