File tree 4 files changed +6
-6
lines changed
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 @@ -108,7 +108,7 @@ jobs:
108
108
if : ${{ matrix.os == 'ubuntu-latest' }}
109
109
110
110
- name : Build image for testing
111
- uses : docker/build-push-action@v5
111
+ uses : docker/build-push-action@v6
112
112
if : ${{ matrix.os == 'ubuntu-latest' }}
113
113
with :
114
114
push : false
Original file line number Diff line number Diff line change 82
82
driver-opts : image=moby/buildkit:v0.15.1
83
83
84
84
- name : Build image for testing
85
- uses : docker/build-push-action@v5
85
+ uses : docker/build-push-action@v6
86
86
with :
87
87
push : false
88
88
build-args : " ADOT_JAVA_VERSION=${{ github.event.inputs.version }}"
96
96
run : .github/scripts/test-adot-javaagent-image.sh "${{ env.TEST_TAG }}" "${{ github.event.inputs.version }}"
97
97
98
98
- name : Build and push image
99
- uses : docker/build-push-action@v5
99
+ uses : docker/build-push-action@v6
100
100
with :
101
101
push : true
102
102
build-args : " ADOT_JAVA_VERSION=${{ github.event.inputs.version }}"
You can’t perform that action at this time.
0 commit comments