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
All checks were successful
Docker Build and Push Demo / Build-Docker-Image (push) Successful in 33s
This commit is contained in:
1
hello.py
1
hello.py
@@ -1,3 +1,4 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
print("Hello from a Gitea hosted Docker repo built on the runner! 🚀")
|
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.")
|
||||||
Reference in New Issue
Block a user