From be9b50c4b5a97a555711f641c0d912e2a89d5961 Mon Sep 17 00:00:00 2001 From: sebthom Date: Mon, 22 Jan 2024 21:07:15 +0100 Subject: [PATCH] fix: ignore if "Delete untagged images" fails --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6848846..c682318 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,6 +112,7 @@ jobs: - name: Delete untagged images uses: actions/github-script@v7 if: ${{ github.ref_name == 'main' && github.event_name != 'pull_request' && !env.ACT }} # https://github.com/nektos/act#skipping-steps + continue-on-error: true with: github-token: ${{ secrets.GHA_DELETE_PACKAGES }} script: |