Files
bake-action/test/Dockerfile
2020-10-08 00:52:52 +02:00

5 lines
54 B
Docker

FROM alpine
ARG name=world
RUN echo "Hello ${name}!"