mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 19:42:58 +00:00
Always doesn't respect other conditions
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
|||||||
- name: Cleanup unwanted docker images 🗑️
|
- name: Cleanup unwanted docker images 🗑️
|
||||||
run: docker system prune --all --force
|
run: docker system prune --all --force
|
||||||
shell: bash
|
shell: bash
|
||||||
if: always() && ${{ inputs.platform == 'aarch64' }}
|
if: always()
|
||||||
|
|
||||||
- name: Load parent built image to Docker 📥
|
- name: Load parent built image to Docker 📥
|
||||||
if: ${{ inputs.parentImage != '' }}
|
if: ${{ inputs.parentImage != '' }}
|
||||||
@@ -72,4 +72,4 @@ jobs:
|
|||||||
rm /tmp/${{ inputs.image }}-${{ inputs.platform }}.tar
|
rm /tmp/${{ inputs.image }}-${{ inputs.platform }}.tar
|
||||||
docker system prune --all --force
|
docker system prune --all --force
|
||||||
shell: bash
|
shell: bash
|
||||||
if: always() && ${{ inputs.platform == 'aarch64' }}
|
if: always()
|
||||||
|
Reference in New Issue
Block a user