File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 # When github is tagged with a release, then Travis will
2727 # set the release tag in env TRAVIS_TAG
2828 echo " Pushing ${REPONAME} /${IMGNAME} :${TRAVIS_TAG} ..." ;
29- sudo docker tag ${IMAGEID} ${REPONAME} /${IMGNAME} :${TRAVIS_TAG}
3029 sudo docker buildx build --file build/litmus-go/Dockerfile --push --progress plane --platform linux/arm64,linux/amd64 --no-cache --tag ${REPONAME} /${IMGNAME} :${TRAVIS_TAG} .
31-
32- sudo docker push ${REPONAME} /${IMGNAME} :${TRAVIS_TAG} ;
3330 echo " Pushing ${REPONAME} /${IMGNAME} :latest ..." ;
34- sudo docker tag ${IMAGEID} ${REPONAME} /${IMGNAME} :latest
3531 sudo docker buildx build --file build/litmus-go/Dockerfile --push --progress plane --platform linux/arm64,linux/amd64 --no-cache --tag ${REPONAME} /${IMGNAME} :latest .
3632 fi ;
3733else
You can’t perform that action at this time.
0 commit comments