Skip to content

Commit f6d1b0c

Browse files
committed
jupyterhub is base image for demo now
1 parent 1f63b26 commit f6d1b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
uses: docker/build-push-action@v6
191191
with:
192192
build-args: |
193-
BASE_IMAGE=${{ fromJson(steps.demotags.outputs.tags)[0] }}
193+
BASE_IMAGE=${{ fromJson(steps.jupyterhubtags.outputs.tags)[0] }}
194194
context: demo-image
195195
platforms: linux/amd64,linux/arm64
196196
push: true

0 commit comments

Comments
 (0)