Skip to content
Snippets Groups Projects
Commit 9e28626e authored by jerrypan44's avatar jerrypan44
Browse files

adding build file

parent 071465be
No related branches found
No related tags found
2 merge requests!7Features/keycloak integration,!6Features/keycloak integration
......@@ -34,8 +34,10 @@ docker build --build-arg BUILD_DATE=$(date -Iseconds) \
--build-arg VCS_REF=$VCS_REF \
--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 '\\' ' ')
......
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