.gitea/workflows/build-push.yaml aktualisiert

This commit is contained in:
2025-12-06 06:14:44 +00:00
parent fdffeb5b30
commit bae1a85ea1

View File

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