2
0
mirror of https://gitea.com/docker/build-push-action.git synced 2025-06-11 14:48:19 +07:00
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

5 lines
54 B
Plaintext

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