diff --git a/build.sh b/build.sh index c9c1ff79102485020f574807b331063512d5e0c4..5df0e1ce8b819d6e60cc939b9bf32b1ff95bad9f 100755 --- a/build.sh +++ b/build.sh @@ -35,11 +35,8 @@ docker build --build-arg BUILD_DATE=$(date -Iseconds) \ --build-arg VERSION=$VERSION \ --tag "$IMAGE:latest" \ --tag "$IMAGE:$VERSION" \ - --tag jerrypan44/portal-backend:latest \ . -docker push jerrypan44/portal-backend:latest - BUGSNAG_KEY="" eval $(grep -e "^\\s*BUGSNAG_KEY" Dockerfile | tr '\\' ' ') @@ -53,7 +50,7 @@ if [[ -n "$BUGSNAG_KEY" ]]; then \"builderName\": \"$USER\", \"sourceControl\": { \"provider\": \"github\", - \"repository\": \"https://github.com/LREN-CHUV/portal-backend\", + \"repository\": \"https://github.com/HBPMedical/portal-backend\", \"revision\": \"$VCS_REF\" }, \"metadata\": {}