mirror of
https://gitea.com/docker/build-push-action.git
synced 2024-11-22 17:39:38 +01:00
5 lines
54 B
Text
5 lines
54 B
Text
|
FROM alpine
|
||
|
|
||
|
ARG name=world
|
||
|
RUN echo "Hello ${name}!"
|