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 36
36
- name : Set up Docker Buildx
37
37
uses : docker/setup-buildx-action@v3
38
38
- name : Build docker image
39
- uses : docker/build-push-action@v5
39
+ uses : docker/build-push-action@v6
40
40
with :
41
41
push : true
42
42
context : scripts/docker/corretto-slim
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
driver-opts : image=moby/buildkit:v0.15.1
115
115
116
116
- name : Build image for testing
117
- uses : docker/build-push-action@v5
117
+ uses : docker/build-push-action@v6
118
118
with :
119
119
push : false
120
120
build-args : " ADOT_JAVA_VERSION=${{ github.event.inputs.version }}"
@@ -128,7 +128,7 @@ jobs:
128
128
run : .github/scripts/test-adot-javaagent-image.sh "${{ env.TEST_TAG }}" "${{ github.event.inputs.version }}"
129
129
130
130
- name : Build and push image
131
- uses : docker/build-push-action@v5
131
+ uses : docker/build-push-action@v6
132
132
with :
133
133
push : true
134
134
build-args : " ADOT_JAVA_VERSION=${{ github.event.inputs.version }}"
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
if : ${{ matrix.os == 'ubuntu-latest' }}
132
132
133
133
- name : Build image for testing
134
- uses : docker/build-push-action@v5
134
+ uses : docker/build-push-action@v6
135
135
if : ${{ matrix.os == 'ubuntu-latest' }}
136
136
with :
137
137
push : false
Original file line number Diff line number Diff line change 84
84
driver-opts : image=moby/buildkit:v0.15.1
85
85
86
86
- name : Build image for testing
87
- uses : docker/build-push-action@v5
87
+ uses : docker/build-push-action@v6
88
88
with :
89
89
push : false
90
90
build-args : " ADOT_JAVA_VERSION=${{ github.event.inputs.version }}"
98
98
run : .github/scripts/test-adot-javaagent-image.sh "${{ env.TEST_TAG }}" "${{ github.event.inputs.version }}"
99
99
100
100
- name : Build and push image
101
- uses : docker/build-push-action@v5
101
+ uses : docker/build-push-action@v6
102
102
with :
103
103
push : true
104
104
build-args : " ADOT_JAVA_VERSION=${{ github.event.inputs.version }}"
You can’t perform that action at this time.
0 commit comments