fix: ignore if "Delete untagged images" fails

This commit is contained in:
sebthom 2024-01-22 21:07:15 +01:00
parent 1cb1426855
commit be9b50c4b5
1 changed files with 1 additions and 0 deletions

View File

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