Skip to content
Snippets Groups Projects
Commit 95f8a3f9 authored by Tibo's avatar Tibo
Browse files

fix gitlab-ci

parent a659368f
No related branches found
Tags 0.0.4
No related merge requests found
Pipeline #4361 passed
......@@ -58,7 +58,7 @@ build:tagged:
- docker info
script:
- docker build -t cylab/mark-web:$CI_COMMIT_TAG .
- docker tag cylab/mark-web:$CI_COMMIT_TAG cylab/ctf:latest
- docker tag cylab/mark-web:$CI_COMMIT_TAG cylab/mark-web:latest
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- docker push cylab/mark-web:$CI_COMMIT_TAG
- docker push cylab/mark-web:latest
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