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