We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0726ecf commit bd5d491Copy full SHA for bd5d491
1 file changed
.github/workflows/container-image.yml
@@ -237,6 +237,10 @@ jobs:
237
# deletes PR tags after the PR is closed we should be able to keep the
238
# container image registry size in check.
239
uses: dataaxiom/ghcr-cleanup-action@v1
240
+ # Don't fail the job on errors in this step. The action can fail if
241
+ # multiple PR jobs are running in parallel and try to delete the same
242
+ # stale layers & images.
243
+ continue-on-error: true
244
with:
245
token: ${{ secrets.GITHUB_TOKEN }}
246
package: ${{ github.event.repository.name }}
0 commit comments