We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0dc1bdb + 10b118d commit f507709Copy full SHA for f507709
.github/workflows/go-k8s.yml
@@ -54,7 +54,7 @@ jobs:
54
echo "Previous digest manifest ${prevManifest}"
55
doctl registry repository delete-manifest --force $(echo $REPOSITORY) $(echo $prevManifest)
56
echo "Start garbage collection clean"
57
- doctl registry garbage-collection start --force
+ doctl registry garbage-collection start --include-untagged-manifests --force
58
else
59
echo "Not found previous digest manifest"
60
fi
0 commit comments