Apparently things are changing between 1.0.3 and main?

This commit is contained in:
Greyscale 2024-05-18 22:27:28 +02:00
parent c34220a55c
commit e330f3f89c

View file

@ -22,11 +22,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: docker login ghcr.io -u ${{ github.repository_owner }} -p ${{ secrets.GITHUB_TOKEN }} - 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: with:
owner: ${{ github.repository_owner }} owner: ${{ github.repository_owner }}
repository: ${{ github.repository }} repository: ${{ github.repository }}
package: ${{ env.CANDIDATE_IMAGE }} name: ${{ env.CANDIDATE_IMAGE }}
tags: ${{ env.CANDIDATE_TAG }} tags: ${{ env.CANDIDATE_TAG }}
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
cleanup-untagged-images: cleanup-untagged-images:
@ -34,9 +34,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: docker login ghcr.io -u ${{ github.repository_owner }} -p ${{ secrets.GITHUB_TOKEN }} - 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: with:
owner: ${{ github.repository_owner }} owner: ${{ github.repository_owner }}
repository: ${{ github.repository }} repository: ${{ github.repository }}
package: ${{ env.CANDIDATE_IMAGE }} name: ${{ env.CANDIDATE_IMAGE }}
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}