All checks were successful
Docker Build and Push Demo / Build-Docker-Image (push) Successful in 33s
4 lines
244 B
Python
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.") |