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

use 'docker image' for pushing

parent ac3c45cf
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ build_client: ...@@ -57,7 +57,7 @@ build_client:
- cd app/client - cd app/client
- docker build -t $CLIENT_IMAGE_TAG . - docker build -t $CLIENT_IMAGE_TAG .
- docker tag $CI_COMMIT_TAG - docker tag $CI_COMMIT_TAG
- docker push --all-tags $CLIENT_IMAGE_TAG - docker image push --all-tags $CLIENT_IMAGE_TAG
build_server: build_server:
stage: build stage: build
...@@ -80,4 +80,4 @@ build_server: ...@@ -80,4 +80,4 @@ build_server:
- cd app/server - cd app/server
- docker build -t $SERVER_IMAGE_TAG . - docker build -t $SERVER_IMAGE_TAG .
- docker tag $SERVER_IMAGE_TAG $SERVER_RELEASE_IMAGE_TAG - docker tag $SERVER_IMAGE_TAG $SERVER_RELEASE_IMAGE_TAG
- docker push --all-tags $SERVER_IMAGE_TAG - docker image push --all-tags $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