Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhan005 committed Nov 23, 2024
1 parent c0bc08a commit 08d281e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 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 }}
docker tag glot/${{ matrix.image-name }}:latest ccr.ccs.tencentyun.com/qcloud-image/glot:${{ matrix.image-name }}
docker push ccr.ccs.tencentyun.com/qcloud-image/glot:${{ matrix.image-name }}

0 comments on commit 08d281e

Please sign in to comment.