Hello World
Some checks failed
/ better_name (boookworm, v1.0.0) (push) Successful in 3s
/ better_name (boookworm, v1.2.0) (push) Failing after 4s
/ better_name (bullseye, v1.0.0) (push) Successful in 3s
/ better_name (bullseye, v1.2.0) (push) Failing after 3s

This commit is contained in:
Johan Wassberg 2024-09-11 09:25:26 +02:00
parent 1ebbcdb0de
commit 49862f974c
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

2
Dockerfile Normal file
View file

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