Bad cleanup
This commit is contained in:
parent
9cc0d0dc98
commit
1903117b9b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker.clean.yml
vendored
2
.github/workflows/docker.clean.yml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
|||
ghcr_token: ${{ secrets.GHCR_TOKEN }}
|
||||
- uses: dataaxiom/ghcr-cleanup-action@v1
|
||||
with:
|
||||
owner: ${{ github.repository_owner }}
|
||||
tags: build-${{ github.sha }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
cleanup-untagged-images:
|
||||
|
@ -38,4 +39,5 @@ jobs:
|
|||
ghcr_token: ${{ secrets.GHCR_TOKEN }}
|
||||
- uses: dataaxiom/ghcr-cleanup-action@v1
|
||||
with:
|
||||
owner: ${{ github.repository_owner }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue