push test docker workflow
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
Build and Publish Docker Image / build (push) Failing after 1m42s

This commit is contained in:
2026-05-13 20:43:56 +00:00
parent 88a5be0048
commit db3c235931
2 changed files with 30 additions and 0 deletions

2
Dockerfile Normal file
View File

@@ -0,0 +1,2 @@
FROM alpine
CMD ["echo", "Hello World!!"]