Skip to content

Commit

Permalink
MOD:push阿里镜像
Browse files Browse the repository at this point in the history
  • Loading branch information
ShilongLee committed Jul 15, 2024
1 parent 09c4235 commit cbf3ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
docker push $IMAGE_NAME_DATE
- name: Log in to Ali Container Registry
run: echo "${{ secrets.ALI_DOCKER_PASSWORD }}" | docker login registry.cn-hangzhou.aliyuncs.com -u ${{ secrets.ALI_DOCKER_USERNAME }} --password-stdin
run: echo "${{ secrets.ALI_DOCKER_PASSWORD }}" | docker login registry.cn-hangzhou.aliyuncs.com --username=${{ secrets.ALI_DOCKER_USERNAME }} --password-stdin

- name: Tag and Push Docker image to Ali Container Registry
run: |
Expand Down

0 comments on commit cbf3ac6

Please sign in to comment.