build-push-action/test/Dockerfile-bake

5 lines
54 B
Plaintext

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