init
Some checks failed
Build and Push Docker Image (Simple) / build (push) Failing after 15s

This commit is contained in:
Grzegorz Matoga
2025-07-24 18:12:48 +02:00
parent 295a25646d
commit 07596d15e1
3 changed files with 31 additions and 0 deletions

3
hello.py Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env python3
print("Hello from a Gitea hosted Docker repo built on the runner! 🚀")
print("This image was built using Gitea Actions and stored in Gitea's registry.")