Allow cleanup task to fail.
This commit is contained in:
parent
f228f4adc2
commit
ba23c7393a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker.clean.yml
vendored
2
.github/workflows/docker.clean.yml
vendored
|
@ -19,6 +19,7 @@ jobs:
|
|||
steps:
|
||||
- run: docker login ghcr.io -u ${{ github.repository_owner }} -p ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: vlaurin/action-ghcr-prune@v0.6.0
|
||||
continue-on-error: true
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
organization: ${{ github.repository_owner }}
|
||||
|
@ -33,6 +34,7 @@ jobs:
|
|||
steps:
|
||||
- run: docker login ghcr.io -u ${{ github.repository_owner }} -p ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: vlaurin/action-ghcr-prune@v0.6.0
|
||||
continue-on-error: true
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
organization: ${{ github.repository_owner }}
|
||||
|
|
Loading…
Reference in a new issue