From 1fd2c64a7abe9bce8690f19b5eded3cea807319d Mon Sep 17 00:00:00 2001 From: johnson2427 <37009091+johnson2427@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:00:42 -0500 Subject: [PATCH] fix: need to add account to snok (#2258) --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f272e447db..ae0a8904a3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -118,8 +118,10 @@ jobs: if: github.ref == 'refs/heads/main' uses: snok/container-retention-policy@v3.0.0 with: + account: ApeWorX token: ${{ secrets.GITHUB_TOKEN }} image-tags: "!stable* !latest* !${{ env.keep_tags }}" tag-selection: both + cut-off: 4w dry-run: true