Skip to content
Snippets Groups Projects
Commit 9f4b0adf authored by Michal Petrovič's avatar Michal Petrovič
Browse files

Update .gitlab-ci.yml file

parent aa543ac7
Branches
2 merge requests!3Resolve "Z-DNA view error",!1Resolve "Move frontend to separate project"
Pipeline #165175 failed with stages
in 1 minute and 48 seconds
......@@ -44,9 +44,9 @@ code_quality_json:
docker-build-latest:
stage: build
image: docker:git
only:
refs:
- main
# only:
# refs:
# - main
except:
variables:
- $CI_COMMIT_TAG
......@@ -84,8 +84,8 @@ docker-build-tag:
docker-push-latest:
stage: publish
image: docker
only:
- main
# only:
# - main
before_script:
- docker login -u $DOCKER_USERNAME -p $DOCKER_TOKEN $DOCKER_REGISTRY
script:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment