Apparently things are changing between 1.0.3 and main?
This commit is contained in:
parent
c34220a55c
commit
e330f3f89c
1 changed files with 4 additions and 4 deletions
8
.github/workflows/docker.clean.yml
vendored
8
.github/workflows/docker.clean.yml
vendored
|
@ -22,11 +22,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: docker login ghcr.io -u ${{ github.repository_owner }} -p ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: dataaxiom/ghcr-cleanup-action@v1
|
||||
- uses: dataaxiom/ghcr-cleanup-action@main
|
||||
with:
|
||||
owner: ${{ github.repository_owner }}
|
||||
repository: ${{ github.repository }}
|
||||
package: ${{ env.CANDIDATE_IMAGE }}
|
||||
name: ${{ env.CANDIDATE_IMAGE }}
|
||||
tags: ${{ env.CANDIDATE_TAG }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
cleanup-untagged-images:
|
||||
|
@ -34,9 +34,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: docker login ghcr.io -u ${{ github.repository_owner }} -p ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: dataaxiom/ghcr-cleanup-action@v1
|
||||
- uses: dataaxiom/ghcr-cleanup-action@main
|
||||
with:
|
||||
owner: ${{ github.repository_owner }}
|
||||
repository: ${{ github.repository }}
|
||||
package: ${{ env.CANDIDATE_IMAGE }}
|
||||
name: ${{ env.CANDIDATE_IMAGE }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue