Public Access
1
0
mirror of https://github.com/docker/build-push-action.git synced 2026-01-27 07:03:10 +03: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}!"