fix build and deploy of sslproxy
This commit is contained in:
@@ -77,8 +77,8 @@ function assertTeapot() {
|
||||
build_save() {
|
||||
echo push to registry
|
||||
|
||||
docker tag $LOCAL_IMAGE $REMOTE_IMAGE
|
||||
docker push $REMOTE_IMAGE
|
||||
docker tag "$LOCAL_IMAGE:$TAG" "$REMOTE_IMAGE"
|
||||
docker push "$REMOTE_IMAGE"
|
||||
}
|
||||
|
||||
function trap_exit() {
|
||||
|
||||
Reference in New Issue
Block a user