fix: add missing print statement for build process impact
All checks were successful
Docker Build and Push Demo / Build-Docker-Image (push) Successful in 33s

This commit is contained in:
Grzegorz Matoga
2025-07-24 22:55:54 +02:00
parent faf8062409
commit f0727f4268

View File

@@ -1,3 +1,4 @@
#!/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("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.")