fix image name - blyad
Some checks failed
Build and Push Docker Image / build-push (push) Failing after 12s

This commit is contained in:
2026-04-06 16:09:57 +02:00
parent 29955208c0
commit 92dccb89a0

View File

@@ -37,5 +37,5 @@ jobs:
# WICHTIG: Passe die Domain und den Repository-Namen an!
# Format: domain.de/benutzername/image-name:tag
tags: |
git.mrunk.de/${{ gitea.repository_owner }}/hello-world-app:latest
git.mrunk.de/${{ gitea.repository_owner }}/hello-world-app:${{ gitea.sha }}
git.mrunk.de/${{ gitea.repository_owner }}/hello-world:latest
git.mrunk.de/${{ gitea.repository_owner }}/hello-world:${{ gitea.sha }}