File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176
176
177
177
- name : Build Docker image
178
178
id : image
179
- uses : docker/build-push-action@v5
179
+ uses : docker/build-push-action@v6
180
180
with :
181
181
# push and load may not be set together at the moment
182
182
#
@@ -291,7 +291,7 @@ jobs:
291
291
292
292
- name : Build Docker image
293
293
id : image
294
- uses : docker/build-push-action@v5
294
+ uses : docker/build-push-action@v6
295
295
with :
296
296
push : true
297
297
load : false
@@ -389,7 +389,7 @@ jobs:
389
389
390
390
- name : Build Docker image
391
391
id : image
392
- uses : docker/build-push-action@v5
392
+ uses : docker/build-push-action@v6
393
393
with :
394
394
push : true
395
395
load : false
@@ -503,7 +503,7 @@ jobs:
503
503
504
504
- name : Build Docker image
505
505
id : image
506
- uses : docker/build-push-action@v5
506
+ uses : docker/build-push-action@v6
507
507
with :
508
508
push : true
509
509
load : false
Original file line number Diff line number Diff line change 84
84
85
85
- name : Build Docker image
86
86
id : image
87
- uses : docker/build-push-action@v5
87
+ uses : docker/build-push-action@v6
88
88
with :
89
89
# push and load may not be set together at the moment
90
90
push : true
Original file line number Diff line number Diff line change 95
95
96
96
- name : Build Docker image
97
97
id : image
98
- uses : docker/build-push-action@v5
98
+ uses : docker/build-push-action@v6
99
99
with :
100
100
# push and load may not be set together at the moment
101
101
push : true
Original file line number Diff line number Diff line change 82
82
if : env.JOB_DONE == 'false' && env.CAN_LOGIN == 'true'
83
83
84
84
- name : Build and push make-build
85
- uses : docker/build-push-action@v5
85
+ uses : docker/build-push-action@v6
86
86
with :
87
87
context : .
88
88
file : docker/Dockerfile
You can’t perform that action at this time.
0 commit comments