Skip to content

Commit

Permalink
πŸ› Experiment with v2 #1770
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolucchesi committed Sep 21, 2023
1 parent b0be4e0 commit 758ec5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ghcr-cleanup_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@ jobs:
echo "TAGS TO KEEP: $TAGS"
- name: Clean up Docker images
uses: snok/container-retention-policy@v1
id: delete-containers
uses: snok/container-retention-policy@v2
with:
token: ${{ secrets.NLUN_GITHUB_PAT }}
keep-at-least: 5
account-type: org
org-name: Equinor
image-names: energyvision/*
skip-tags: ${{ env.TAGS_TO_KEEP }}
dry-run: true

- name: log-errors-to-slack πŸ“„
uses: act10ns/slack@v2
Expand Down

0 comments on commit 758ec5a

Please sign in to comment.