mirror of
https://gitee.com/actions-mirror/docker-build-push-action
synced 2026-06-05 01:52:11 +08:00
4 lines
37 B
Docker
4 lines
37 B
Docker
FROM alpine
|
|
|
|
RUN echo "Hello world!"
|