fix: use TOKEN secret for registry login
Build and Deploy / build-and-push (push) Failing after 10s
Build and Deploy / deploy (push) Has been skipped

This commit is contained in:
2026-07-21 20:19:10 +08:00
parent 2353b76e9f
commit 0d2291dceb
+2 -2
View File
@@ -44,8 +44,8 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ secrets.REGISTRY_USER }} username: ${{ secrets.TOKEN }}
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.TOKEN }}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5