Skip to content
Snippets Groups Projects
Commit 149cbc05 authored by Manuel Spuhler's avatar Manuel Spuhler
Browse files

removed docker tag

parent 7c63671b
No related branches found
No related tags found
No related merge requests found
...@@ -35,11 +35,8 @@ docker build --build-arg BUILD_DATE=$(date -Iseconds) \ ...@@ -35,11 +35,8 @@ docker build --build-arg BUILD_DATE=$(date -Iseconds) \
--build-arg VERSION=$VERSION \ --build-arg VERSION=$VERSION \
--tag "$IMAGE:latest" \ --tag "$IMAGE:latest" \
--tag "$IMAGE:$VERSION" \ --tag "$IMAGE:$VERSION" \
--tag jerrypan44/portal-backend:latest \
. .
docker push jerrypan44/portal-backend:latest
BUGSNAG_KEY="" BUGSNAG_KEY=""
eval $(grep -e "^\\s*BUGSNAG_KEY" Dockerfile | tr '\\' ' ') eval $(grep -e "^\\s*BUGSNAG_KEY" Dockerfile | tr '\\' ' ')
...@@ -53,7 +50,7 @@ if [[ -n "$BUGSNAG_KEY" ]]; then ...@@ -53,7 +50,7 @@ if [[ -n "$BUGSNAG_KEY" ]]; then
\"builderName\": \"$USER\", \"builderName\": \"$USER\",
\"sourceControl\": { \"sourceControl\": {
\"provider\": \"github\", \"provider\": \"github\",
\"repository\": \"https://github.com/LREN-CHUV/portal-backend\", \"repository\": \"https://github.com/HBPMedical/portal-backend\",
\"revision\": \"$VCS_REF\" \"revision\": \"$VCS_REF\"
}, },
\"metadata\": {} \"metadata\": {}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment