diff --git a/hello.py b/hello.py index 1ce4856..d0d8f0c 100644 --- a/hello.py +++ b/hello.py @@ -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.") \ No newline at end of file +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.") \ No newline at end of file