Skip to content

Commit 86159e5

Browse files
author
Karthik Satchitanand
authored
chore(fix): Add fix for image push script (#208) (#209)
Signed-off-by: Udit Gaurav <udit.gaurav@mayadata.io>
1 parent e63f249 commit 86159e5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

build/push

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@ then
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;
3733
else

0 commit comments

Comments
 (0)