All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m24s
3 lines
53 B
Docker
3 lines
53 B
Docker
FROM busybox
|
|
RUN (echo 'Hello, World!' && sleep 60)
|