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