We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf2027 commit 1a4c8dfCopy full SHA for 1a4c8df
.github/workflows/live_test.yaml
@@ -23,7 +23,7 @@ jobs:
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
25
26
- - uses: snok/container-retention-policy@main
+ - uses: snok/container-retention-policy@v3.0.0
27
name: Delete test-1-* images with a temporal token
28
with:
29
account: snok
0 commit comments