Skip to content
Snippets Groups Projects
Commit e1ab5813 authored by Wilson JALLET's avatar Wilson JALLET :money_with_wings:
Browse files

dammit

parent 31070e82
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,7 @@ docker:build:
script:
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
- echo "Building Dockerfile..."
- docker build --pull -t ${CI_APPLICATION_REPOSITORY}:${CI_APPLICATION_TAG} \
-t ${CI_APPLICATION_REPOSITORY}:latest .
- docker build --pull -t ${CI_APPLICATION_REPOSITORY}:${CI_APPLICATION_TAG} -t ${CI_APPLICATION_REPOSITORY}:latest .
- echo "Pushing to GitLab Container registry $CI_APPLICATION_REPOSITORY with tags `${CI_APPLICATION_TAG}` and `latest`"
- docker push ${CI_APPLICATION_REPOSITORY}:${CI_APPLICATION_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