mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 23:12: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
|
||||
shell: bash
|
||||
- name: Delete the file 🗑️
|
||||
run: rm /tmp/${{ inputs.image }}-${{ inputs.platform }}.tar
|
||||
run: rm -f /tmp/${{ inputs.image }}-${{ inputs.platform }}.tar
|
||||
shell: bash
|
||||
if: always()
|
||||
|
@@ -69,7 +69,7 @@ jobs:
|
||||
# Self-hosted runners share a state (whole VM) between runs
|
||||
- name: Cleanup built artifacts 🗑️
|
||||
run: |
|
||||
rm /tmp/${{ inputs.image }}-${{ inputs.platform }}.tar
|
||||
rm -f /tmp/${{ inputs.image }}-${{ inputs.platform }}.tar
|
||||
docker system prune --all --force
|
||||
shell: bash
|
||||
if: always()
|
||||
|
Reference in New Issue
Block a user