File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3636 - name : Set up Docker Buildx
3737 uses : docker/setup-buildx-action@v3
3838 - name : Build docker image
39- uses : docker/build-push-action@v5
39+ uses : docker/build-push-action@v6
4040 with :
4141 push : true
4242 context : scripts/docker/corretto-slim
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 driver-opts : image=moby/buildkit:v0.15.1
115115
116116 - name : Build image for testing
117- uses : docker/build-push-action@v5
117+ uses : docker/build-push-action@v6
118118 with :
119119 push : false
120120 build-args : " ADOT_JAVA_VERSION=${{ github.event.inputs.version }}"
@@ -128,7 +128,7 @@ jobs:
128128 run : .github/scripts/test-adot-javaagent-image.sh "${{ env.TEST_TAG }}" "${{ github.event.inputs.version }}"
129129
130130 - name : Build and push image
131- uses : docker/build-push-action@v5
131+ uses : docker/build-push-action@v6
132132 with :
133133 push : true
134134 build-args : " ADOT_JAVA_VERSION=${{ github.event.inputs.version }}"
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 if : ${{ matrix.os == 'ubuntu-latest' }}
109109
110110 - name : Build image for testing
111- uses : docker/build-push-action@v5
111+ uses : docker/build-push-action@v6
112112 if : ${{ matrix.os == 'ubuntu-latest' }}
113113 with :
114114 push : false
Original file line number Diff line number Diff line change 8282 driver-opts : image=moby/buildkit:v0.15.1
8383
8484 - name : Build image for testing
85- uses : docker/build-push-action@v5
85+ uses : docker/build-push-action@v6
8686 with :
8787 push : false
8888 build-args : " ADOT_JAVA_VERSION=${{ github.event.inputs.version }}"
9696 run : .github/scripts/test-adot-javaagent-image.sh "${{ env.TEST_TAG }}" "${{ github.event.inputs.version }}"
9797
9898 - name : Build and push image
99- uses : docker/build-push-action@v5
99+ uses : docker/build-push-action@v6
100100 with :
101101 push : true
102102 build-args : " ADOT_JAVA_VERSION=${{ github.event.inputs.version }}"
You can’t perform that action at this time.
0 commit comments