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 785e705 commit ae1d7b8Copy full SHA for ae1d7b8
scripts/copy-images.sh
@@ -60,12 +60,12 @@ if [ -z "$TARGET_REG_URI" ]; then
60
log_error "Usage: $0 <target-registry-uri> [image-list-file]"
61
log_error "Example: $0 us-docker.pkg.dev/my-project/my-repo versions.txt"
62
exit 1
63
-}
+fi
64
65
if [ ! -f "$IMAGE_LIST_FILE" ]; then
66
log_error "Image list file not found: $IMAGE_LIST_FILE"
67
68
69
70
# Info
71
log_info "Source image list: $IMAGE_LIST_FILE"
0 commit comments