Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
publicfiles
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Public
publicfiles
Commits
bb699755
Commit
bb699755
authored
3 years ago
by
Stefan Fritsch
Browse files
Options
Downloads
Patches
Plain Diff
Update build-and-push-gitlab-ci.yaml
parent
4332c277
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build-and-push-gitlab-ci.yaml
+14
-0
14 additions, 0 deletions
build-and-push-gitlab-ci.yaml
with
14 additions
and
0 deletions
build-and-push-gitlab-ci.yaml
+
14
−
0
View file @
bb699755
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment