File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2020 - name : Fetch multi-platform package version SHAs
2121 id : multi-arch-digests
2222 run : |
23- digest=$(docker manifest inspect ghcr.io/snok/container-retention-policy:v3.0.0 | jq -r '.manifests[].digest' | paste -s -d ' ' -)
24- echo "multi-arch-digests=$digest" >> $GITHUB_OUTPUT
23+ digest300=$(docker manifest inspect ghcr.io/snok/container-retention-policy:v3.0.0 | jq -r '.manifests[].digest' | paste -s -d ' ' -)
24+ digest301=$(docker manifest inspect ghcr.io/snok/container-retention-policy:v3.0.1 | jq -r '.manifests[].digest' | paste -s -d ' ' -)
25+ echo "multi-arch-digests=$digest300 $digest301" >> $GITHUB_OUTPUT
2526
2627 - uses : snok/container-retention-policy@v3.0.0
2728 name : Delete test-1-* images with a temporal token
Original file line number Diff line number Diff line change @@ -45,3 +45,4 @@ used [cargo-unused-features](https://crates.io/crates/cargo-unused-features) and
45453 . Update the action.yaml file with the new image tag
46464 . Commit and push the changes to the main branch
47475 . Create a release to tag the latest commit
48+ 6 . Update .github/workflows/live_test.yaml to avoid pruning image versions belonging to the new version
You can’t perform that action at this time.
0 commit comments