Skip to content
Snippets Groups Projects
Commit bb699755 authored by Stefan Fritsch's avatar Stefan Fritsch
Browse files

Update build-and-push-gitlab-ci.yaml

parent 4332c277
Branches
No related tags found
No related merge requests found
......@@ -11,6 +11,20 @@ variables:
# REGISTRY_USER: $DOCKERHUB_USER
REGISTRY_PASSWORD: $CI_JOB_TOKEN
# REGISTRY_PASSWORD: $DOCKERHUB_PASSWORD
##
## For branch pushes: What should we use as tag of the docker image if
## we don't want to use the branch name?
##
BRANCH_IMAGE_TAG: ""
##
## Where is the Dockerfile?
##
## * BUILD_DIR: We will start the build-process in this dir
## * DOCKERFILE: The location of the Dockerfile relative to the build dir
##
BUILD_DIR: $CI_PROJECT_DIR
DOCKERFILE: Dockerfile
stages:
- docker_build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment