mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 04:52:57 +00:00
Run only on base-notebook
This commit is contained in:
34
.github/workflows/docker.yml
vendored
34
.github/workflows/docker.yml
vendored
@@ -75,25 +75,25 @@ jobs:
|
|||||||
platform: amd64
|
platform: amd64
|
||||||
runsOn: ubuntu-latest
|
runsOn: ubuntu-latest
|
||||||
|
|
||||||
build-amd64-minimal:
|
# build-amd64-minimal:
|
||||||
needs: [build-amd64-base]
|
# needs: [build-amd64-base]
|
||||||
uses: ./.github/workflows/docker-build-upload.yml
|
# uses: ./.github/workflows/docker-build-upload.yml
|
||||||
with:
|
# with:
|
||||||
parentImage: base-notebook
|
# parentImage: base-notebook
|
||||||
image: minimal-notebook
|
# image: minimal-notebook
|
||||||
platform: amd64
|
# platform: amd64
|
||||||
runsOn: ubuntu-latest
|
# runsOn: ubuntu-latest
|
||||||
|
|
||||||
test-amd64-minimal:
|
# test-amd64-minimal:
|
||||||
needs: [build-amd64-minimal]
|
# needs: [build-amd64-minimal]
|
||||||
uses: ./.github/workflows/docker-test.yml
|
# uses: ./.github/workflows/docker-test.yml
|
||||||
with:
|
# with:
|
||||||
image: minimal-notebook
|
# image: minimal-notebook
|
||||||
platform: amd64
|
# platform: amd64
|
||||||
runsOn: ubuntu-latest
|
# runsOn: ubuntu-latest
|
||||||
|
|
||||||
amd64-images-tag-push:
|
amd64-images-tag-push:
|
||||||
needs: [test-amd64-base, test-amd64-minimal]
|
needs: [test-amd64-base]
|
||||||
uses: ./.github/workflows/docker-tag-manifest-push.yml
|
uses: ./.github/workflows/docker-tag-manifest-push.yml
|
||||||
with:
|
with:
|
||||||
platform: amd64
|
platform: amd64
|
||||||
@@ -102,4 +102,4 @@ jobs:
|
|||||||
# The strategy property is not supported in any job that calls a reusable workflow
|
# The strategy property is not supported in any job that calls a reusable workflow
|
||||||
# Using the workaround: https://github.community/t/reusable-workflow-with-strategy-matrix/205676/2
|
# Using the workaround: https://github.community/t/reusable-workflow-with-strategy-matrix/205676/2
|
||||||
images: >-
|
images: >-
|
||||||
["base-notebook", "minimal-notebook"]
|
["base-notebook"]
|
||||||
|
Reference in New Issue
Block a user