Skip to content
Snippets Groups Projects
Commit 920a078c authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Update .gitlab-ci.yml file

parent 9cb2e01e
Branches
No related tags found
No related merge requests found
Pipeline #294 failed
......@@ -19,6 +19,7 @@ docker-build:
variables:
DOCKER_IMAGE_NAME: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
before_script:
- unset DOCKER_HOST
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
# All branches are tagged with $DOCKER_IMAGE_NAME (defaults to commit ref slug)
# Default branch is also tagged with `latest`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment