Skip to content

Commit

Permalink
Merge pull request #76 from sanger/y24-036-workflow-docker-rm-fix
Browse files Browse the repository at this point in the history
Y24-036: Fixed previous stable images being deleted
  • Loading branch information
SHIV5T3R authored Apr 15, 2024
2 parents 6208191 + 8c1226e commit 7dd63d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,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 7dd63d7

Please sign in to comment.