fix 1
This commit is contained in:
parent
d8ae8cd017
commit
ce0dbdfe7c
@ -27,7 +27,8 @@ jobs:
|
||||
cleanup:
|
||||
runs-on: host-arch-x86_64
|
||||
needs: run-tests
|
||||
if: ${{ always() }}
|
||||
steps:
|
||||
- name: Remove built container images
|
||||
if: ${{ always() }}
|
||||
#if: ${{ always() }}
|
||||
run: docker image rm local/alpine-gcc-${{gitea.sha}}:latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user