fix: update password reference to use secrets in build workflow
Build and Push Docker Image / build (push) Failing after 30s

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
hwinkel
2026-04-25 13:34:25 +02:00
parent 662e565116
commit 73ad126052
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ gitea.token }} password: ${{ secrets.GITEA_TOKEN }}
- name: Extract metadata - name: Extract metadata
id: meta id: meta