Skip to content

Commit

Permalink
Add push
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 3, 2023
1 parent dafdd48 commit 2c928be
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 {
echo 'cloning from '"$1 $2"' to '"$3"
docker pull -q "$1":"$2"
docker tag "$1":"$2" "$3":"$2"
docker push -q "$3":"$2"

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

0 comments on commit 2c928be

Please sign in to comment.