mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Add always() where needed
This commit is contained in:
3
.github/actions/load-image/action.yml
vendored
3
.github/actions/load-image/action.yml
vendored
@@ -25,5 +25,6 @@ runs:
|
|||||||
docker image ls -a
|
docker image ls -a
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Delete the file 🗑️
|
- name: Delete the file 🗑️
|
||||||
run: rm /tmp/${{ inputs.image }}-${{ inputs.platform }}.tar
|
run: rm -f /tmp/${{ inputs.image }}-${{ inputs.platform }}.tar
|
||||||
shell: bash
|
shell: bash
|
||||||
|
if: always()
|
||||||
|
@@ -69,7 +69,7 @@ jobs:
|
|||||||
# Self-hosted runners share a state (whole VM) between runs
|
# Self-hosted runners share a state (whole VM) between runs
|
||||||
- name: Cleanup built artifacts 🗑️
|
- name: Cleanup built artifacts 🗑️
|
||||||
run: |
|
run: |
|
||||||
rm /tmp/${{ inputs.image }}-${{ inputs.platform }}.tar
|
rm -f /tmp/${{ inputs.image }}-${{ inputs.platform }}.tar
|
||||||
docker system prune --all --force
|
docker system prune --all --force
|
||||||
shell: bash
|
shell: bash
|
||||||
if: always()
|
if: always()
|
||||||
|
Reference in New Issue
Block a user