diff --git a/.github/workflows/clean-ghcr.yaml b/.github/workflows/clean-ghcr.yaml index 7cb1cd0..415e552 100644 --- a/.github/workflows/clean-ghcr.yaml +++ b/.github/workflows/clean-ghcr.yaml @@ -20,8 +20,6 @@ jobs: with: image-names: ${{ github.event.repository.name }} cut-off: ${{ inputs.cut-off }} - account-type: org - org-name: statnett - untagged-only: true + account: statnett + tag-selection: untagged token: ${{ secrets.GITHUB_TOKEN }} - token-type: github-token