File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 80
80
81
81
- name : Build the legacy x86_64 debug image
82
82
if : matrix.arch == 'amd64'
83
- uses : docker/build-push-action@v5
83
+ uses : docker/build-push-action@v6
84
84
with :
85
85
file : ./Dockerfile.x86_64.debug
86
86
context : .
@@ -102,7 +102,7 @@ jobs:
102
102
raw,${{ matrix.suffix }}-${{ inputs.ref }}
103
103
104
104
- name : Build the legacy ${{ matrix.arch }} image
105
- uses : docker/build-push-action@v5
105
+ uses : docker/build-push-action@v6
106
106
with :
107
107
file : ./Dockerfile.${{ matrix.suffix }}
108
108
context : .
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
115
115
- name : Build the production images
116
116
id : build_push
117
- uses : docker/build-push-action@v5
117
+ uses : docker/build-push-action@v6
118
118
with :
119
119
file : ./dockerfiles/Dockerfile
120
120
context : .
@@ -141,7 +141,7 @@ jobs:
141
141
142
142
- name : Build the debug multi-arch images
143
143
id : debug_build_push
144
- uses : docker/build-push-action@v5
144
+ uses : docker/build-push-action@v6
145
145
with :
146
146
file : ./dockerfiles/Dockerfile
147
147
context : .
@@ -314,7 +314,7 @@ jobs:
314
314
docker push ${{ inputs.registry }}/${{ inputs.image }}:windows-${{ matrix.windows-base-version }}-${{ inputs.version }}
315
315
316
316
# We cannot use this action as it requires privileged mode
317
- # uses: docker/build-push-action@v5
317
+ # uses: docker/build-push-action@v6
318
318
# with:
319
319
# file: ./dockerfiles/Dockerfile.windows
320
320
# context: .
Original file line number Diff line number Diff line change 62
62
raw,${{ inputs.image-tag }}
63
63
64
64
- name : Build the AMD64 image
65
- uses : docker/build-push-action@v5
65
+ uses : docker/build-push-action@v6
66
66
with :
67
67
file : ./dockerfiles/Dockerfile
68
68
context : .
83
83
raw,${{ inputs.image-tag }}-debug
84
84
85
85
- name : Build the AMD64 debug image
86
- uses : docker/build-push-action@v5
86
+ uses : docker/build-push-action@v6
87
87
with :
88
88
file : ./dockerfiles/Dockerfile
89
89
context : .
Original file line number Diff line number Diff line change 22
22
uses : docker/setup-buildx-action@v3
23
23
24
24
- name : Attempt to build current source for CentOS 7
25
- uses : docker/build-push-action@v5
25
+ uses : docker/build-push-action@v6
26
26
with :
27
27
context : .
28
28
file : ./dockerfiles/Dockerfile.centos7
Original file line number Diff line number Diff line change 36
36
37
37
- name : Build the multi-arch images
38
38
id : build
39
- uses : docker/build-push-action@v5
39
+ uses : docker/build-push-action@v6
40
40
with :
41
41
file : ./dockerfiles/Dockerfile
42
42
context : .
55
55
shell : bash
56
56
57
57
- name : Build the debug multi-arch images
58
- uses : docker/build-push-action@v5
58
+ uses : docker/build-push-action@v6
59
59
with :
60
60
file : ./dockerfiles/Dockerfile
61
61
context : .
You can’t perform that action at this time.
0 commit comments