File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149
149
branchRegex : ^\w[\w-.]*$
150
150
151
151
- name : Build and push jupyterhub
152
- uses : docker/build-push-action@v5
152
+ uses : docker/build-push-action@v6
153
153
with :
154
154
context : .
155
155
platforms : linux/amd64,linux/arm64
@@ -172,7 +172,7 @@ jobs:
172
172
branchRegex : ^\w[\w-.]*$
173
173
174
174
- name : Build and push jupyterhub-onbuild
175
- uses : docker/build-push-action@v5
175
+ uses : docker/build-push-action@v6
176
176
with :
177
177
build-args : |
178
178
BASE_IMAGE=${{ fromJson(steps.jupyterhubtags.outputs.tags)[0] }}
@@ -195,7 +195,7 @@ jobs:
195
195
branchRegex : ^\w[\w-.]*$
196
196
197
197
- name : Build and push jupyterhub-demo
198
- uses : docker/build-push-action@v5
198
+ uses : docker/build-push-action@v6
199
199
with :
200
200
build-args : |
201
201
BASE_IMAGE=${{ fromJson(steps.onbuildtags.outputs.tags)[0] }}
@@ -221,7 +221,7 @@ jobs:
221
221
branchRegex : ^\w[\w-.]*$
222
222
223
223
- name : Build and push jupyterhub/singleuser
224
- uses : docker/build-push-action@v5
224
+ uses : docker/build-push-action@v6
225
225
with :
226
226
build-args : |
227
227
JUPYTERHUB_VERSION=${{ github.ref_type == 'tag' && github.ref_name || format('git:{0}', github.sha) }}
You can’t perform that action at this time.
0 commit comments