mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-18 11:56:39 +00:00
Fix release shell script bug
Introduced by 43d9f38c5e and found during release
This commit is contained in:
+1
-1
@@ -206,7 +206,7 @@ publish() {
|
||||
|
||||
echo "== Tagging and pushing images on docker hub as user $DOCKERHUB_USER"
|
||||
$SUDO docker tag "$DOCKERHUB_USER"/scope "$DOCKERHUB_USER/scope:$VERSION"
|
||||
$SUDO docker push "$DOCKERHUB_USER"/scope:$"VERSION"
|
||||
$SUDO docker push "$DOCKERHUB_USER/scope:$VERSION"
|
||||
$SUDO docker tag "$DOCKERHUB_USER/scope:$VERSION" "$DOCKERHUB_USER/scope:latest_release"
|
||||
$SUDO docker push "$DOCKERHUB_USER/scope:latest_release"
|
||||
echo "** Docker images tagged and pushed"
|
||||
|
||||
Reference in New Issue
Block a user