mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Fix
This commit is contained in:
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
@@ -10,6 +10,7 @@ on:
|
|||||||
- ".github/workflows/sub-build-push-image.yml"
|
- ".github/workflows/sub-build-push-image.yml"
|
||||||
- ".github/workflows/sub-test-image.yml"
|
- ".github/workflows/sub-test-image.yml"
|
||||||
- ".github/actions/create-dev-env/action.yml"
|
- ".github/actions/create-dev-env/action.yml"
|
||||||
|
- ".github/actions/load-image/action.yml"
|
||||||
|
|
||||||
- "all-spark-notebook/**"
|
- "all-spark-notebook/**"
|
||||||
- "base-notebook/**"
|
- "base-notebook/**"
|
||||||
@@ -32,6 +33,7 @@ on:
|
|||||||
- ".github/workflows/sub-build-push-image.yml"
|
- ".github/workflows/sub-build-push-image.yml"
|
||||||
- ".github/workflows/sub-test-image.yml"
|
- ".github/workflows/sub-test-image.yml"
|
||||||
- ".github/actions/create-dev-env/action.yml"
|
- ".github/actions/create-dev-env/action.yml"
|
||||||
|
- ".github/actions/load-image/action.yml"
|
||||||
|
|
||||||
- "all-spark-notebook/**"
|
- "all-spark-notebook/**"
|
||||||
- "base-notebook/**"
|
- "base-notebook/**"
|
||||||
|
4
.github/workflows/sub-build-push-image.yml
vendored
4
.github/workflows/sub-build-push-image.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Download parent image, build new one, push it to GitHub artifacts
|
name: Download parent image, build new one, upload it to GitHub artifacts
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Download parent built image 📥
|
- name: Download parent built image 📥
|
||||||
if: ${{ inputs.parentImage != '' }}
|
if: ${{ inputs.parentImage != '' }}
|
||||||
uses: ./.github/actions/create-dev-env
|
uses: ./.github/actions/load-image
|
||||||
with:
|
with:
|
||||||
image: ${{ inputs.parentImage }}
|
image: ${{ inputs.parentImage }}
|
||||||
platform: ${{ inputs.platform }}
|
platform: ${{ inputs.platform }}
|
||||||
|
2
.github/workflows/sub-test-image.yml
vendored
2
.github/workflows/sub-test-image.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
uses: ./.github/actions/create-dev-env
|
uses: ./.github/actions/create-dev-env
|
||||||
|
|
||||||
- name: Download built image 📥
|
- name: Download built image 📥
|
||||||
uses: ./.github/actions/create-dev-env
|
uses: ./.github/actions/load-image
|
||||||
with:
|
with:
|
||||||
image: ${{ inputs.image }}
|
image: ${{ inputs.image }}
|
||||||
platform: ${{ inputs.platform }}
|
platform: ${{ inputs.platform }}
|
||||||
|
Reference in New Issue
Block a user