Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Docker Build Images
ubuntu
Commits
ae4b75d9
Commit
ae4b75d9
authored
Aug 25, 2021
by
Noah Hilverling
Browse files
Make sure to push build images to the right tag
parent
5a625564
Pipeline
#21292
passed with stage
in 5 minutes and 2 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
image.mk
View file @
ae4b75d9
...
...
@@ -32,7 +32,7 @@ ifdef IMAGE_EXTRA_TAG
endif
push
:
docker push
"
$(IMAGE)
"
docker push
"
$(IMAGE)
:
$(VARIANT)
"
ifdef
IMAGE_EXTRA_TAG
docker push
"
$(IMAGE)
:
$(IMAGE_EXTRA_TAG)
"
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment