mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-16 14:32: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
|
||||
|
||||
test-amd64-base-notebook:
|
||||
needs: [build-base-notebook]
|
||||
needs: [build-amd64-base-notebook]
|
||||
uses: ./.github/workflows/sub-test-image.yml
|
||||
with:
|
||||
imageName: base-notebook
|
||||
platform: amd64
|
||||
|
||||
build-amd64-minimal-notebook:
|
||||
needs: [build-base-notebook]
|
||||
needs: [build-amd64-base-notebook]
|
||||
uses: ./.github/workflows/sub-build-push-image.yml
|
||||
with:
|
||||
parentImageName: base-notebook
|
||||
@@ -72,7 +72,7 @@ jobs:
|
||||
platform: amd64
|
||||
|
||||
test-amd64-minimal-notebook:
|
||||
needs: [build-minimal-notebook]
|
||||
needs: [build-amd64-minimal-notebook]
|
||||
uses: ./.github/workflows/sub-test-image.yml
|
||||
with:
|
||||
imageName: minimal-notebook
|
||||
|
Reference in New Issue
Block a user