Revert "use gitea token"
Build and Publish Docker Image / build (push) Failing after 1m30s

This reverts commit 999120ab21.
This commit is contained in:
iceBear67
2026-07-05 17:02:37 +08:00
parent 999120ab21
commit 273b967659
+2 -4
View File
@@ -12,10 +12,8 @@ jobs:
uses: docker/login-action@v4 uses: docker/login-action@v4
with: with:
registry: git.sfclub.cc registry: git.sfclub.cc
# username: ${{ secrets.REGISTRY_USER }} username: ${{ secrets.REGISTRY_USER }}
# password: ${{ secrets.REGISTRY_TOKEN}} password: ${{ secrets.REGISTRY_TOKEN}}
username: ${{ gitea.actor }}
password: ${{ gitea.token }}
- name: Setup buildx - name: Setup buildx
uses: docker/setup-buildx-action@v4 uses: docker/setup-buildx-action@v4
- name: Build and push - name: Build and push