use credentials from secret
Build and Publish Docker Image / build (push) Failing after 11s

This commit is contained in:
iceBear67
2026-07-05 16:45:18 +08:00
parent 8b9af5ef26
commit be12023710
+2 -2
View File
@@ -11,8 +11,8 @@ jobs:
- name: Login to Gitea Registry - name: Login to Gitea Registry
uses: docker/login-action@v4 uses: docker/login-action@v4
with: with:
username: ${{ gitea.actor }} username: ${{ secrets.REGISTRY_USER }}
password: ${{ gitea.token }} password: ${{ secrets.REGISTRY_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