Skip to content

Commit 70da9a5

Browse files
committed
Add push
1 parent 95e1502 commit 70da9a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/fiware/image-clone.sh

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ function clone {
1313
echo 'cloning from '"$1 $2"' to '"$3"
1414
docker pull -q "$1":"$2"
1515
docker tag "$1":"$2" "$3":"$2"
16+
docker push -q "$3":"$2"
1617

1718
if ! [ -z "$4" ]; then
1819
echo 'pushing '"$1 $2"' to latest'

0 commit comments

Comments
 (0)