We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e1502 commit 70da9a5Copy full SHA for 70da9a5
.github/fiware/image-clone.sh
@@ -13,6 +13,7 @@ function clone {
13
echo 'cloning from '"$1 $2"' to '"$3"
14
docker pull -q "$1":"$2"
15
docker tag "$1":"$2" "$3":"$2"
16
+ docker push -q "$3":"$2"
17
18
if ! [ -z "$4" ]; then
19
echo 'pushing '"$1 $2"' to latest'
0 commit comments