Files
Gitea-docker-runner-test/hello.py
Grzegorz Matoga 07596d15e1
Some checks failed
Build and Push Docker Image (Simple) / build (push) Failing after 15s
init
2025-07-24 18:13:50 +02:00

3 lines
177 B
Python

#!/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.")