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.
1 parent dd00ea5 commit 1be9659Copy full SHA for 1be9659
dc/registry_delete.sh
@@ -91,9 +91,10 @@ if [ "$FORCE_DELETE_REPO" == "true" ]; then
91
if [ -n "$repo_tags" ]; then
92
echo "::error::found existing manifests for $REGISTRY_URL/$GITHUB_OWNER/$APP_NAME"
93
exit 1
94
+ else
95
+ delete_since_days "$repo_tags" "0"
96
fi
97
- delete_since_days "$repo_tags" "0"
98
force_delete_repo
99
exit 0
100
0 commit comments