feat: build docker image on push
Some checks failed
Build Docker Image / release-image (push) Failing after 13s

This commit is contained in:
Ditmar Visser
2025-06-05 14:39:07 +00:00
parent ca8ea7c88b
commit 88f9e842ea
4 changed files with 64 additions and 0 deletions

1
docker/app.py Normal file
View File

@ -0,0 +1 @@
print("Hello, World!")