From 6a58bf94b2a61c49c9cfbd9817067b0b3848327a Mon Sep 17 00:00:00 2001 From: Erik Godding Boye Date: Wed, 26 Jun 2024 10:01:35 +0200 Subject: [PATCH] fix: snok/container-retention-policy params after new major release (#92) --- .github/workflows/clean-ghcr.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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