Update .gitea/workflows/docker-build.yaml
Build & Push Docker Image / Build and Push Docker (release) Successful in 57s

This commit is contained in:
2026-07-11 17:41:35 +02:00 Unverified
parent ebde29ade1
commit 414dbce989
+2 -2
View File
@@ -21,8 +21,8 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Extract metadata (tags, labels) for Docker - name: Extract metadata (tags, labels) for Docker
id: meta id: meta