Skip to content
Snippets Groups Projects
Commit 18d8865a authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Update .gitlab-ci.yml file

parent 920a078c
No related branches found
No related tags found
No related merge requests found
Pipeline #295 passed
......@@ -15,11 +15,11 @@ docker-build:
image: docker:cli
stage: build
services:
- docker:dind
- name: docker:dind
alias: docker
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