mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +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-test-image.yml"
|
||||
- ".github/actions/create-dev-env/action.yml"
|
||||
- ".github/actions/load-image/action.yml"
|
||||
|
||||
- "all-spark-notebook/**"
|
||||
- "base-notebook/**"
|
||||
@@ -32,6 +33,7 @@ on:
|
||||
- ".github/workflows/sub-build-push-image.yml"
|
||||
- ".github/workflows/sub-test-image.yml"
|
||||
- ".github/actions/create-dev-env/action.yml"
|
||||
- ".github/actions/load-image/action.yml"
|
||||
|
||||
- "all-spark-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:
|
||||
workflow_call:
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
|
||||
- name: Download parent built image 📥
|
||||
if: ${{ inputs.parentImage != '' }}
|
||||
uses: ./.github/actions/create-dev-env
|
||||
uses: ./.github/actions/load-image
|
||||
with:
|
||||
image: ${{ inputs.parentImage }}
|
||||
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
|
||||
|
||||
- name: Download built image 📥
|
||||
uses: ./.github/actions/create-dev-env
|
||||
uses: ./.github/actions/load-image
|
||||
with:
|
||||
image: ${{ inputs.image }}
|
||||
platform: ${{ inputs.platform }}
|
||||
|
Reference in New Issue
Block a user