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

list images to gitlab container registry panel

- I assume it doesnt support this level of depth
parent 30474ac3
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ build_client:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
variables:
CLIENT_IMAGE_TAG: $CI_REGISTRY_IMAGE/client:$CI_COMMIT_TAG
CLIENT_RELEASE_IMAGE_TAG: $CI_REGISTRY_IMAGE/client:latest
CLIENT_RELEASE_IMAGE_TAG: $CI_REGISTRY_IMAGE/../client:latest
script:
- cd app/client
- docker build -t $CLIENT_IMAGE_TAG .
......@@ -77,7 +77,7 @@ build_server:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
variables:
SERVER_IMAGE_TAG: $CI_REGISTRY_IMAGE/server:$CI_COMMIT_TAG
SERVER_RELEASE_IMAGE_TAG: $CI_REGISTRY_IMAGE/server:latest
SERVER_RELEASE_IMAGE_TAG: $CI_REGISTRY_IMAGE/../server:latest
script:
- cd app/server
- docker build -t $SERVER_IMAGE_TAG .
......
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