File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 8181 # Base image #
8282 # #################
8383 - name : Build and publish
84- uses : docker/build-push-action@v5
84+ uses : docker/build-push-action@v6
8585 id : build_ubuntu_base_image
8686 with :
8787 file : ./images/ubuntu/base/Dockerfile
Original file line number Diff line number Diff line change 8686 # Hub image #
8787 # ################
8888 - name : Build and publish
89- uses : docker/build-push-action@v5
89+ uses : docker/build-push-action@v6
9090 id : build_ubuntu_hub_image
9191 with :
9292 file : ./images/ubuntu/hub/Dockerfile
Original file line number Diff line number Diff line change 9999 # Ubuntu Editor image #
100100 # ##########################
101101 - name : Build and publish
102- uses : docker/build-push-action@v5
102+ uses : docker/build-push-action@v6
103103 id : build_ubuntu_editor_image
104104 continue-on-error : true
105105 with :
@@ -126,7 +126,7 @@ jobs:
126126 # Retry the above #
127127 # ######################
128128 - name : Build and publish (retry)
129- uses : docker/build-push-action@v5
129+ uses : docker/build-push-action@v6
130130 if : steps.build_ubuntu_editor_image.outcome=='failure'
131131 id : build_ubuntu_editor_image_retry
132132 with :
Original file line number Diff line number Diff line change 9999 # Ubuntu Editor image #
100100 # ##########################
101101 - name : Build and publish
102- uses : docker/build-push-action@v5
102+ uses : docker/build-push-action@v6
103103 id : build_ubuntu_editor_image
104104 continue-on-error : true
105105 with :
@@ -126,7 +126,7 @@ jobs:
126126 # Retry the above #
127127 # ######################
128128 - name : Build and publish (retry)
129- uses : docker/build-push-action@v5
129+ uses : docker/build-push-action@v6
130130 if : steps.build_ubuntu_editor_image.outcome=='failure'
131131 id : build_ubuntu_editor_image_retry
132132 with :
Original file line number Diff line number Diff line change 8181 # Editor image #
8282 # ###################
8383 - name : Build and publish
84- uses : docker/build-push-action@v5
84+ uses : docker/build-push-action@v6
8585 id : build_ubuntu_editor_image
8686 continue-on-error : true
8787 with :
@@ -107,7 +107,7 @@ jobs:
107107 # Retry the above #
108108 # ######################
109109 - name : Build and publish (retry)
110- uses : docker/build-push-action@v5
110+ uses : docker/build-push-action@v6
111111 if : steps.build_ubuntu_editor_image.outcome=='failure'
112112 id : build_ubuntu_editor_image_retry
113113 with :
Original file line number Diff line number Diff line change @@ -156,12 +156,12 @@ jobs:
156156 # Build Ubuntu base and hub #
157157 # ################################
158158 - name : Build base
159- uses : docker/build-push-action@v5
159+ uses : docker/build-push-action@v6
160160 with :
161161 file : ./images/ubuntu/base/Dockerfile
162162 tags : base:ubuntu-dev
163163 - name : Build hub
164- uses : docker/build-push-action@v5
164+ uses : docker/build-push-action@v6
165165 with :
166166 file : ./images/ubuntu/hub/Dockerfile
167167 build-args : baseImage=base:ubuntu-dev
@@ -310,7 +310,7 @@ jobs:
310310 # ##########################
311311 - name : Build
312312 # if: steps.build-1.outcome == 'failure'
313- uses : docker/build-push-action@v5
313+ uses : docker/build-push-action@v6
314314 id : build-1
315315 continue-on-error : true
316316 timeout-minutes : 40
@@ -333,7 +333,7 @@ jobs:
333333
334334 - name : Build (Retry)
335335 if : steps.build-1.outcome == 'failure'
336- uses : docker/build-push-action@v5
336+ uses : docker/build-push-action@v6
337337 id : build-2
338338 # continue-on-error: true
339339 timeout-minutes : 40
You can’t perform that action at this time.
0 commit comments