fix 1
Some checks failed
/ build-images (push) Successful in 5s
/ run-tests (push) Failing after 6s
/ cleanup (push) Successful in -1s

This commit is contained in:
ІО-23 Шмуляр Олег 2026-03-18 20:24:37 +02:00
parent d8ae8cd017
commit ce0dbdfe7c

View File

@ -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