Files
test-repo/Dockerfile
LuiiCode 3cae98e948
Some checks failed
Docker Build & Push / build (push) Has been cancelled
Add CI/CD workflow + Dockerfile
2026-05-24 12:08:52 +02:00

5 lines
179 B
Docker

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"]