Skip to content

Commit

Permalink
Merge pull request #357 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 4214fea + f9a9c7c commit f65ffe0
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 f65ffe0

Please sign in to comment.