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