Skip to content

Commit

Permalink
Modifed workflow config to keep older stable images
Browse files Browse the repository at this point in the history
  • Loading branch information
SHIV5T3R committed Apr 12, 2024
1 parent 4214fea commit f9a9c7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/automated_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,5 @@ jobs:
account-type: org
org-name: sanger
keep-at-least: 5
skip-tags: latest
skip-tags: latest, *[!develop] # This will DELETE any images where the tag contains ANY characters in "develop", excluding '!'
token: ${{ secrets.REMOVE_OLD_IMAGES }}

0 comments on commit f9a9c7c

Please sign in to comment.