Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
77e80087
Unverified
Commit
77e80087
authored
Jan 26, 2021
by
neil
Committed by
GitHub
Jan 26, 2021
Browse files
fix docker build (#3383)
* fix dockerhub * fix Co-authored-by:
neil
<
win10@neilpang.com
>
parent
2ba10fcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/dockerhub.yml
View file @
77e80087
...
...
@@ -33,12 +33,10 @@ jobs:
steps
:
-
name
:
checkout code
uses
:
actions/checkout@v2
-
name
:
install buildx
id
:
buildx
uses
:
crazy-max/ghaction-docker-buildx@v3
with
:
buildx-version
:
latest
qemu-version
:
latest
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@v1
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v1
-
name
:
login to docker hub
run
:
|
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
...
...
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