mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-16 06:22:56 +00:00
Build minimal notebook as well
This commit is contained in:
12
.github/workflows/build-docker.yml
vendored
12
.github/workflows/build-docker.yml
vendored
@@ -60,3 +60,15 @@ jobs:
|
|||||||
uses: ./.github/workflows/sub-test-image.yml
|
uses: ./.github/workflows/sub-test-image.yml
|
||||||
with:
|
with:
|
||||||
imageName: base-notebook
|
imageName: base-notebook
|
||||||
|
|
||||||
|
build-minimal-notebook:
|
||||||
|
uses: ./.github/workflows/sub-build-push-image.yml
|
||||||
|
with:
|
||||||
|
imageName: minimal-notebook
|
||||||
|
parentImageName: base-notebook
|
||||||
|
|
||||||
|
test-minimal-notebook:
|
||||||
|
needs: [build-minimal-notebook]
|
||||||
|
uses: ./.github/workflows/sub-test-image.yml
|
||||||
|
with:
|
||||||
|
imageName: minimal-notebook
|
||||||
|
Reference in New Issue
Block a user