Skip to content
Snippets Groups Projects
Commit dba25a4a authored by Alexandra's avatar Alexandra
Browse files

fix: use build script instead of docker cmd

parent 4701eb7e
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,7 @@ build:
- docker:18.09.6-dind
script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.e-biz.fr
- docker build -t $CI_REGISTRY_IMAGE/theia:$TAG .
- ./build $TAG
- docker push $CI_REGISTRY_IMAGE/theia:$TAG
rules:
- if: '$CI_COMMIT_BRANCH == "main"'
- if: '$CI_COMMIT_TAG !~ "/^$/"'
\ No newline at end of file
- if: '$CI_COMMIT_BRANCH == "main"'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment