Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Jun 8, 2024
1 parent 01bb6e3 commit eea728f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: registry.cn-hangzhou.aliyuncs.com
username: ${{ secrets.aliyuncs_username }}
password: ${{ secrets.aliyuncs_password }}

- name: Extract metadata for Docker
id: meta
uses: docker/metadata-action@v5
Expand All @@ -56,7 +49,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

# 请删除以下部分,这是部署CI,理论上 无需 使用
# 这是部署CI
# deploy:
# name: deploy
# runs-on: ubuntu-latest
Expand Down

0 comments on commit eea728f

Please sign in to comment.