mirror of
https://gitee.com/jun3372/build-push-action.git
synced 2025-06-08 07:54:57 +00:00
5 lines
54 B
Plaintext
5 lines
54 B
Plaintext
FROM alpine
|
|
|
|
ARG name=world
|
|
RUN echo "Hello ${name}!"
|