3 lines
177 B
Python
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.") |