test
All checks were successful
/ debug (push) Successful in 36s

This commit is contained in:
lubiana 2024-12-13 12:55:42 +01:00
parent 3a14c911e6
commit 4e21206abb
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
5 changed files with 25 additions and 2 deletions

7
actions/sleep/Dockerfile Normal file
View file

@ -0,0 +1,7 @@
FROM alpine:latest
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]