You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2024. It is now read-only.
# Initiate repository in remote notary push delegation key
1217
1217
run_command "${runcmd}"
1218
1218
if [[ $? != 0 ]]; then
1219
-
fatal_error "Failed to initiate repository '${5}' in notary"
1219
+
fatal_error "Failed to initiate repository '${5}' in notary \nYou will get this message if your cloud plan is over the alloted storage space in the container registry. \nPlease check using 'ibmcloud cr images' command in the cli to verify you are still under your quota."
1220
1220
else
1221
1221
write_success "Initiated repository '${5}' in notary, and added '${4}' as a delegation key"
0 commit comments