Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ARM
k8s
Kured
Commits
52b99a73
Unverified
Commit
52b99a73
authored
Apr 16, 2018
by
Stefan Prodan
Committed by
GitHub
Apr 16, 2018
Browse files
Fix Docker login for v18.04
Fix #15
parent
b27aaa1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.circleci/config.yml
View file @
52b99a73
...
...
@@ -15,6 +15,6 @@ jobs:
name
:
Maybe push master images
command
:
|
if [ -z "${CIRCLE_TAG}" -a "${CIRCLE_BRANCH}" == "master" ]; then
docker login -u "$DOCKER_USER" -
p "$DOCKER_PASS"
quay.io
echo $DOCKER_PASS |
docker login -u "$DOCKER_USER" -
-password-stdin
quay.io
make publish-image
fi
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