1
0
mirror of https://github.com/docker/build-push-action.git synced 2025-10-23 08:56:39 +08:00
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}!"