mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 05:52:57 +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
|
||||
with:
|
||||
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