Update .gitea/workflows/docker.yaml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
Build and Publish Docker Image / build (push) Failing after 8s

This commit is contained in:
2026-05-13 21:00:22 +00:00
parent db3c235931
commit b5075683ac

View File

@@ -16,7 +16,7 @@ jobs:
with: with:
registry: ${{ gitea.server_url }} registry: ${{ gitea.server_url }}
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }} password: ${{ secrets.PAT }}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5