Skip to content
Snippets Groups Projects
Commit cbdae71e authored by derrabauke's avatar derrabauke
Browse files

go to bed! NOW!

- you should correct all paths...
parent db7e95c5
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ build_client: ...@@ -55,7 +55,7 @@ build_client:
stage: build stage: build
script: script:
- cd app/client - cd app/client
- docker build -f app/client/Dockerfile -t $CLIENT_IMAGE_TAG . - docker build -t $CLIENT_IMAGE_TAG .
- docker tag $CLIENT_IMAGE_TAG $CLIENT_RELEASE_IMAGE_TAG - docker tag $CLIENT_IMAGE_TAG $CLIENT_RELEASE_IMAGE_TAG
- docker push $CLIENT_RELEASE_IMAGE_TAG - docker push $CLIENT_RELEASE_IMAGE_TAG
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment