Skip to content
Snippets Groups Projects
Commit dec1ad80 authored by ThanKarab's avatar ThanKarab
Browse files

build.sh fixes.

parent 9b655869
No related branches found
No related tags found
1 merge request!8Dev merge middleware
......@@ -26,7 +26,7 @@ else
DOCKER="sudo docker"
fi
IMAGE="thanasulas/portal-backend"
IMAGE="hbpmip/portal-backend"
VCS_REF=$(git describe --tags --dirty)
VERSION=$(git describe --tags --dirty)
......@@ -34,10 +34,9 @@ docker build --build-arg BUILD_DATE=$(date -Iseconds) \
--build-arg VCS_REF=$VCS_REF \
--build-arg VERSION=$VERSION \
--tag "$IMAGE:latest" \
--tag "$IMAGE:$VERSION" \
.
docker push thanasulas/portal-backend:latest
BUGSNAG_KEY=""
eval $(grep -e "^\\s*BUGSNAG_KEY" Dockerfile | tr '\\' ' ')
......
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