.gitea/workflows/build-push.yaml aktualisiert

This commit is contained in:
2025-12-06 06:57:11 +00:00
parent bae1a85ea1
commit 5315120680

View File

@@ -16,6 +16,5 @@ jobs:
echo "Baue Image: $IMAGE_TAG"
docker build -t $IMAGE_TAG .
docker push $IMAGE_TAG