Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philipp Wolfer
funkwhale
Commits
62ba4f43
Verified
Commit
62ba4f43
authored
Jun 17, 2021
by
Georg Krause
Browse files
Add commit ref name to dev build as tag
parent
7ab4d760
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
62ba4f43
...
...
@@ -209,8 +209,8 @@ build_backend:
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
script
:
-
cd api
-
docker build -t $CI_REGISTRY_IMAGE .
-
docker push $CI_REGISTRY_IMAGE
-
docker build -t $CI_REGISTRY_IMAGE
:$CI_COMMIT_REF_NAME
.
-
docker push $CI_REGISTRY_IMAGE
:$CI_COMMIT_REF_NAME
tags
:
-
docker-build
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment