Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
yoldas authored Apr 16, 2024
2 parents 0d741b0 + 8ab9f6d commit 621ae54
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
run: docker push docker.pkg.github.com/${IMAGE_NAME}:latest
if: github.ref == 'refs/heads/master'

- name: Remove old releases
uses: snok/container-retention-policy@v2
with:
image-names: ${{ github.event.repository.name }}/*
cut-off: Ten months ago UTC
timestamp-to-use: updated_at
account-type: org
org-name: sanger
keep-at-least: 5
skip-tags: latest
token: ${{ secrets.REMOVE_OLD_IMAGES }}
# - name: Remove old releases
# uses: snok/container-retention-policy@v2
# with:
# image-names: ${{ github.event.repository.name }}/*
# cut-off: Ten months ago UTC
# timestamp-to-use: updated_at
# account-type: org
# org-name: sanger
# keep-at-least: 5
# skip-tags: latest
# token: ${{ secrets.REMOVE_OLD_IMAGES }}
2 changes: 1 addition & 1 deletion .release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.2
2.2.5

0 comments on commit 621ae54

Please sign in to comment.