feat: CI/CD demo pipeline (build + push naar registry)
build-and-push / build-push (push) Failing after 3s

This commit is contained in:
2026-07-10 21:04:05 +02:00
parent e4a72fb6d6
commit 9fd149a208
3 changed files with 56 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM alpine:latest
LABEL ci-demo="true"
COPY hello.txt /hello.txt
CMD ["cat", "/hello.txt"]