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