Skip to content

Commit f9137ce

Browse files
committed
Merge branch 'master' of github.com:lixiaojun629/ucloud-cli
2 parents 5d67ddb + 110b12f commit f9137ce

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Go
2+
on: [push]
3+
jobs:
4+
docker-buildx:
5+
runs-on: ubuntu-latest
6+
steps:
7+
-
8+
name: Checkout master
9+
uses: actions/checkout@master
10+
-
11+
name: Build and publish image
12+
uses: zmingxie/docker_buildx@master
13+
with:
14+
publish: false
15+
imageName: uhub.service.ucloud.cn/ucloud-cli
16+
dockerHubUser: ${{ secrets.UHUB_ACCOUNT }}
17+
dockerHubPassword: ${{ secrets.UHUB_PASS }}
18+

0 commit comments

Comments
 (0)