Skip to content

Commit 22e1eaa

Browse files
committed
Remove extra space
1 parent 7d5b240 commit 22e1eaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/mirror-images.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function mirror_registry() {
7272
skopeo_retry copy ${skopeo_opts} --quiet \
7373
--preserve-digests \
7474
--authfile "${img_pull_file}" \
75-
--additional-tag "${dst_img_no_tag}:latest" \
75+
--additional-tag "${dst_img_no_tag}:latest" \
7676
docker://"${src_img}" docker://"${dst_img}"
7777
}
7878

@@ -147,7 +147,7 @@ function dir_to_registry() {
147147
skopeo_retry copy ${skopeo_opts} --quiet \
148148
--preserve-digests \
149149
--authfile "${img_pull_file}" \
150-
--additional-tag "${dst_img_no_tag}:latest" \
150+
--additional-tag "${dst_img_no_tag}:latest" \
151151
dir://"${local_dir}/${src_img}" docker://"${dst_img}"
152152
}
153153

0 commit comments

Comments
 (0)