Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Diederich
FOSSA CLI Container
Commits
83b8d017
Commit
83b8d017
authored
Oct 13, 2020
by
David Diederich
Browse files
Fixed variable reference for $COMMUNITY_SHA_IMAGE_TAG
parent
caa8c30a
Pipeline
#11782
passed with stages
in 32 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
83b8d017
...
...
@@ -30,8 +30,8 @@ incremental:
tags
:
[
'
docker-runner'
]
script
:
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
-
docker build -t $SHA_IMAGE_TAG .
-
docker push $SHA_IMAGE_TAG
-
docker build -t $
COMMUNITY_
SHA_IMAGE_TAG .
-
docker push $
COMMUNITY_
SHA_IMAGE_TAG
release
:
stage
:
release
...
...
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