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