Skip to content

Commit

Permalink
Update image-clone.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox authored Jul 24, 2023
1 parent b469bf9 commit dafdd48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/fiware/image-clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand All @@ -28,4 +29,4 @@ for i in "$@" ; do
clone "$SOURCE" "$VERSION" "$QUAY_TARGET" true
fi
echo ""
done
done

0 comments on commit dafdd48

Please sign in to comment.