Skip to content
Snippets Groups Projects
Commit 85f71263 authored by Tibo's avatar Tibo
Browse files

fix docker image name in gitlab-ci

parent 5e592d54
No related branches found
No related tags found
No related merge requests found
Pipeline #4353 failed
......@@ -57,8 +57,8 @@ build:tagged:
before_script:
- docker info
script:
- docker build -t cylab/ctf:$CI_COMMIT_TAG .
- docker tag cylab/ctf:$CI_COMMIT_TAG cylab/ctf:latest
- docker build -t cylab/mark-web:$CI_COMMIT_TAG .
- docker tag cylab/mark-web:$CI_COMMIT_TAG cylab/ctf:latest
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- docker push cylab/ctf:$CI_COMMIT_TAG
- docker push cylab/ctf:latest
- 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