mirror of
https://git.mirrors.martin98.com/https://github.com/docker/build-push-action
synced 2025-11-19 04:31:06 +08:00
5 lines
54 B
Plaintext
5 lines
54 B
Plaintext
FROM alpine
|
|
|
|
ARG name=world
|
|
RUN echo "Hello ${name}!"
|