Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cl-docker-images
ccl
Commits
c84f4d11
Commit
c84f4d11
authored
Oct 31, 2020
by
Eric Timmons
Browse files
Expose Docker username and password to readme updater
parent
a71b5d61
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/release-images.yml
View file @
c84f4d11
...
...
@@ -92,6 +92,9 @@ jobs:
DOCKER_PASSWORD
:
${{ secrets.DOCKER_PASSWORD }}
run
:
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
-
name
:
Push README
env
:
DOCKER_USERNAME
:
${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD
:
${{ secrets.DOCKER_PASSWORD }}
run
:
|
docker run -i \
-v $(pwd):/repo \
...
...
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