mirror of
https://git.flexiblyrigid.au/actions/bake-action.git
synced 2025-12-06 07:48:05 +08:00
5 lines
54 B
Docker
5 lines
54 B
Docker
FROM alpine
|
|
|
|
ARG name=world
|
|
RUN echo "Hello ${name}!"
|