Skip to content

Commit 6d6823f

Browse files
author
lilu
committed
更新下
1 parent 8e38d44 commit 6d6823f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,7 @@ jobs:
4646
registry: ghcr.io
4747
username: ${{ github.repository_owner }}
4848
password: ${{ github.token }}
49-
50-
- name: Login to Docker Hub
51-
uses: docker/login-action@v3
52-
with:
53-
username: ${{ vars.DOCKERHUB_USERNAME }}
54-
password: ${{ secrets.DOCKERHUB_TOKEN }}
55-
49+
5650
- name: set lower case owner name
5751
run: |
5852
echo "OWNER_LC=${OWNER,,}" >>${GITHUB_ENV}
@@ -69,7 +63,6 @@ jobs:
6963
push: true
7064
tags: |
7165
ghcr.io/${{ env.OWNER_LC }}/alitv_openlist:latest
72-
${{ vars.DOCKERHUB_USERNAME }}/alitv_openlist:latest
7366
7467
- name: Post build cleanup
7568
run: docker builder prune --force

0 commit comments

Comments
 (0)