Skip to content

Commit

Permalink
fix: Correct image name
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Jun 25, 2024
1 parent 2509aab commit d423add
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/live_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d423add

Please sign in to comment.