Bad cleanup
This commit is contained in:
parent
05c3e9d78d
commit
2d248e66e6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker.clean.yml
vendored
2
.github/workflows/docker.clean.yml
vendored
|
@ -25,6 +25,7 @@ jobs:
|
|||
- uses: dataaxiom/ghcr-cleanup-action@v1
|
||||
with:
|
||||
owner: ${{ github.repository_owner }}
|
||||
repository: ${{ github.repository }}
|
||||
package: ${{ env.CANDIDATE_IMAGE }}
|
||||
tags: ${{ env.CANDIDATE_TAG }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
@ -36,5 +37,6 @@ jobs:
|
|||
- uses: dataaxiom/ghcr-cleanup-action@v1
|
||||
with:
|
||||
owner: ${{ github.repository_owner }}
|
||||
repository: ${{ github.repository }}
|
||||
package: ${{ env.CANDIDATE_IMAGE }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue