Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Container Retention Policy #3474

Closed
wants to merge 3 commits into from
Closed

Commits on Mar 13, 2023

  1. Add step to delete images older than a month

    while only keeping at least 12
    to try and archive one image for each month over the year to date
    ruffsl committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    c92a99c View commit details
    Browse the repository at this point in the history
  2. Add step to delete images newer than a month

    while only keeping at least 1
    to try and archive only one image per month
    ruffsl committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    3dd2b59 View commit details
    Browse the repository at this point in the history
  3. Use github action expression syntax

    to alias over github repository name
    ruffsl committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    653b269 View commit details
    Browse the repository at this point in the history