Files
build-push-action/test/Dockerfile-bake
2020-08-16 17:18:08 +02:00

5 lines
54 B
Plaintext

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