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

its late and I should go to bed

- typo correction again in the CI script
parent ef514de1
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ build_client:
- docker:19.03.12-dind
stage: build
script:
- docker build -f app/client/Dockerfile -t $IMAGE_TAG .
- docker build -f app/client/Dockerfile -t $CLIENT_IMAGE_TAG .
- docker tag $CLIENT_IMAGE_TAG $CLIENT_RELEASE_IMAGE_TAG
- docker push $CLIENT_RELEASE_IMAGE_TAG
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