Skip to content

Commit

Permalink
[Fix] 🐛 Docker image Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed Aug 10, 2023
1 parent d359380 commit cbacd7d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,6 @@ jobs:
with:
timezone: Asia/Shanghai

- name: Login to GHCR
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_TOKEN }}

- name: Login to DockerHub
uses: docker/login-action@v2
with:
Expand All @@ -97,8 +90,6 @@ jobs:
file: ./docker/Dockerfile
push: true
tags: |
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
ghcr.io/${{ github.repository }}:latest
docker.io/${{ github.repository }}:${{ github.ref_name }}
docker.io/${{ github.repository }}:latest
cache-from: type=registry,ref=${{ github.repository }}:cache
Expand Down

0 comments on commit cbacd7d

Please sign in to comment.