diff --git a/.github/workflows/live_test.yaml b/.github/workflows/live_test.yaml index e911abf..0e677fb 100644 --- a/.github/workflows/live_test.yaml +++ b/.github/workflows/live_test.yaml @@ -20,7 +20,7 @@ jobs: - name: Fetch multi-platform package version SHAs id: multi-arch-digests run: | - digest=$(docker manifest inspect ghcr.io/container-retention-policy | jq -r '.manifests.[] | .digest' | paste -s -d ' ' -) + digest=$(docker manifest inspect ghcr.io/snok/container-retention-policy:v3.0.0 | jq -r '.manifests.[] | .digest' | paste -s -d ' ' -) echo "multi-arch-digests=$digest" >> $GITHUB_OUTPUT - uses: snok/container-retention-policy@main diff --git a/justfile b/justfile index 1d01306..c445269 100644 --- a/justfile +++ b/justfile @@ -50,13 +50,13 @@ run: RUST_LOG=container_retention_policy=debug cargo r -- \ --account snok \ --token $DELETE_PACKAGES_CLASSIC_TOKEN \ - --tag-selection both \ + --tag-selection untagged \ --image-names "container-retention-policy" \ --image-tags "!latest !test-1* !v*" \ --shas-to-skip "" \ --keep-n-most-recent 5 \ --timestamp-to-use "updated_at" \ - --cut-off 1d \ + --cut-off 1h \ --dry-run false fuzz time: