Skip to content
Snippets Groups Projects
Commit 32e69ad8 authored by Alex's avatar Alex
Browse files

ci: fix build docker step

parent fe52a61b
No related branches found
No related tags found
No related merge requests found
......@@ -17,9 +17,9 @@ build:
matrix:
- VERSION: [code, kube]
script:
- ./build.sh $CI_REGISTRY_IMAGE:$TAG
- ./build.sh $TAG $VERSION $CI_REGISTRY_IMAGE
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.e-biz.fr
- docker push $TAG $VERSION $CI_REGISTRY_IMAGE
- docker push $CI_REGISTRY_IMAGE/$VERSION:$TAG
only:
- master
- tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment