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 da7e2ed commit 29ba7db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/fiware/image-clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,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 Down

0 comments on commit 29ba7db

Please sign in to comment.