mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Add missing needs statement
This commit is contained in:
1
.github/workflows/build-docker.yml
vendored
1
.github/workflows/build-docker.yml
vendored
@@ -62,6 +62,7 @@ jobs:
|
||||
imageName: base-notebook
|
||||
|
||||
build-minimal-notebook:
|
||||
needs: [build-base-notebook]
|
||||
uses: ./.github/workflows/sub-build-push-image.yml
|
||||
with:
|
||||
imageName: minimal-notebook
|
||||
|
Reference in New Issue
Block a user