1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-03-21 06:10:10 +01:00
build-push-action/test/Dockerfile-bake
CrazyMax 8be103ff82
Handle build bake through bake, bake-files and bake-targets
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-08-16 17:18:08 +02:00

4 lines
54 B
Text

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