Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
llody55 committed Jun 17, 2024
1 parent c6b7971 commit a155ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-image-dockerhub-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
- name: Sync images
run: |
chmod +x sync.sh
./sync.sh "${{ secrets.HWYUM_DOCKER_USERNAME }}" "${{ secrets.HWYUM_DOCKER_PASSWORD }}"
./sync.sh "${{ secrets.HWYUM_DOCKER_USERNAME }}" "${{ secrets.HWYUM_DOCKER_PASSWORD }}" swr.cn-southwest-2.myhuaweicloud.com
2 changes: 1 addition & 1 deletion sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
HUB_USERNAME=$1
HUB_PASSWORD=$2

hub="swr.cn-southwest-2.myhuaweicloud.com"
hub=$3
repo="$hub/llody55"


Expand Down

0 comments on commit a155ac2

Please sign in to comment.