From dafdd482371ca6b8c0e3222a5e9547a4612e21ac Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Mon, 24 Jul 2023 12:04:57 +0200 Subject: [PATCH] Update image-clone.sh --- .github/fiware/image-clone.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/fiware/image-clone.sh b/.github/fiware/image-clone.sh index 5bc1296..46d5d29 100755 --- a/.github/fiware/image-clone.sh +++ b/.github/fiware/image-clone.sh @@ -16,6 +16,7 @@ function clone { if ! [ -z "$4" ]; then echo 'pushing '"$1 $2"' to latest' + docker tag "$1":"$2" "$3":latest docker push -q "$3":latest fi } @@ -28,4 +29,4 @@ for i in "$@" ; do clone "$SOURCE" "$VERSION" "$QUAY_TARGET" true fi echo "" -done \ No newline at end of file +done