Skip to content

Commit

Permalink
Merge branch 'main' of github.com:SonicCloudOrg/sonic-server
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Aug 27, 2022
2 parents df8dec0 + 8bb1c5f commit 82a8885
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: deploy to dockerHub

on:
workflow_dispatch:
release:
types: [published]

jobs:

Expand All @@ -26,7 +27,7 @@ jobs:
- name: login docker hub
run: echo "${{ secrets.ACCESS_TOKEN }}" | docker login -u zhouyixun --password-stdin
- name: Validate and Compile with Maven
run: mvn install
run: mvn package
- name: login docker hub
run: echo "${{ secrets.ACCESS_TOKEN_ALIYUN }}" | docker login --username=小虫哔哔 registry.cn-hangzhou.aliyuncs.com --password-stdin
- name: tag
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: release to github

on:
workflow_dispatch:
release:
types: [published]

jobs:

Expand Down

0 comments on commit 82a8885

Please sign in to comment.