Skip to content

Commit

Permalink
ci: add docker.io prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhan005 committed Nov 23, 2024
1 parent d8dd569 commit c0bc08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Push image
run: |
docker pull glot/${{ matrix.image-name }}:latest
docker tag glot/${{ matrix.image-name }}:latest ccr.ccs.tencentyun.com/qcloud-image/glot:${{ matrix.image-name }}
docker tag docker.io/glot/${{ matrix.image-name }}:latest ccr.ccs.tencentyun.com/qcloud-image/glot:${{ matrix.image-name }}
docker push ccr.ccs.tencentyun.com/qcloud-image/glot:${{ env.IMAGE_TAG }}

0 comments on commit c0bc08a

Please sign in to comment.