chore: comment out REGISTRY environment variable in build workflow
Build and Push Docker Image / build (push) Failing after 30s

This commit is contained in:
hwinkel
2026-04-25 13:09:31 +02:00
parent 7af907a801
commit 8d5f69aaab
+1 -1
View File
@@ -6,7 +6,7 @@ on:
- main - main
env: env:
REGISTRY: ${{ gitea.server_url }} #REGISTRY: ${{ gitea.server_url }}
IMAGE_NAME: ${{ gitea.repository }} IMAGE_NAME: ${{ gitea.repository }}
jobs: jobs: