Skip to content

Commit

Permalink
优化镜像版本同步规则
Browse files Browse the repository at this point in the history
  • Loading branch information
llody55 committed Jun 14, 2024
1 parent 6baaba7 commit 1700ab5
Showing 1 changed file with 1 addition and 1 deletion.
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.ALIYUM_DOCKER_USERNAME }}" "${{ secrets.ALIYUM_DOCKER_PASSWORD }}"
./sync.sh "${{ secrets.HWYUM_DOCKER_USERNAME }}" "${{ secrets.HWYUM_DOCKER_PASSWORD }}"

0 comments on commit 1700ab5

Please sign in to comment.