Files
Grzegorz Matoga f0727f4268
All checks were successful
Docker Build and Push Demo / Build-Docker-Image (push) Successful in 33s
fix: add missing print statement for build process impact
2025-07-24 22:55:54 +02:00

4 lines
244 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.")
print("Change this file to see how it affects the build process.")