We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e38d44 commit 6d6823fCopy full SHA for 6d6823f
.github/workflows/docker-build.yml
@@ -46,13 +46,7 @@ jobs:
46
registry: ghcr.io
47
username: ${{ github.repository_owner }}
48
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
+
56
- name: set lower case owner name
57
run: |
58
echo "OWNER_LC=${OWNER,,}" >>${GITHUB_ENV}
@@ -69,7 +63,6 @@ jobs:
69
63
push: true
70
64
tags: |
71
65
ghcr.io/${{ env.OWNER_LC }}/alitv_openlist:latest
72
- ${{ vars.DOCKERHUB_USERNAME }}/alitv_openlist:latest
73
66
74
67
- name: Post build cleanup
75
68
run: docker builder prune --force
0 commit comments