Skip to content

Commit

Permalink
MOD:修改仓库名
Browse files Browse the repository at this point in the history
  • Loading branch information
ShilongLee committed Jul 15, 2024
1 parent cbf3ac6 commit ee253d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
- name: Tag and Push Docker image to Ali Container Registry
run: |
DATE_TAG=$(date +%Y%m%d)
IMAGE_NAME=registry.cn-hangzhou.aliyuncs.com/${{ github.repository_owner }}/crawler:latest
IMAGE_NAME=registry.cn-hangzhou.aliyuncs.com/shilongli0101/crawler:latest
IMAGE_NAME=$(echo $IMAGE_NAME | tr '[A-Z]' '[a-z]')
IMAGE_NAME_DATE=registry.cn-hangzhou.aliyuncs.com/${{ github.repository_owner }}/crawler:$DATE_TAG
IMAGE_NAME_DATE=registry.cn-hangzhou.aliyuncs.com/shilongli0101/crawler:$DATE_TAG
IMAGE_NAME_DATE=$(echo $IMAGE_NAME_DATE | tr '[A-Z]' '[a-z]')
docker tag shilongli0101/crawler:latest $IMAGE_NAME
docker tag shilongli0101/crawler:latest $IMAGE_NAME_DATE
Expand Down

0 comments on commit ee253d7

Please sign in to comment.