1
All checks were successful
/ build-images (push) Successful in 9s
/ run-tests (push) Successful in 7s
/ cleanup (push) Successful in -1s

This commit is contained in:
ІО-23 Шмуляр Олег 2026-03-18 20:13:54 +02:00
parent a42650be38
commit ffa906d9cc

View File

@ -26,6 +26,8 @@ jobs:
cleanup: cleanup:
runs-on: host-arch-x86_64 runs-on: host-arch-x86_64
needs: run-tests
steps: steps:
- name: Remove built container images - name: Remove built container images
if: ${{ always() }}
run: docker image rm local/alpine-gcc-${{gitea.sha}}:latest run: docker image rm local/alpine-gcc-${{gitea.sha}}:latest