Add CI/CD workflow + Dockerfile
Some checks failed
Docker Build & Push / build (push) Has been cancelled
Some checks failed
Docker Build & Push / build (push) Has been cancelled
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM alpine:latest
|
||||
LABEL org.opencontainers.image.source="https://git.kgessner.de/LuiiCode/test-repo"
|
||||
RUN echo "Hello from Gitea CI/CD" > /message.txt
|
||||
CMD ["cat", "/message.txt"]
|
||||
Reference in New Issue
Block a user