1
mirror of https://github.com/docker/build-push-action.git synced 2026-02-14 15:20:33 +00:00
Files
docker-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}!"