mirror of
https://gitea.com/docker/metadata-action.git
synced 2026-08-06 15:03:35 +08:00
4 lines
65 B
Docker
4 lines
65 B
Docker
# syntax=docker/dockerfile:1
|
|
FROM alpine
|
|
RUN echo "Hello world!"
|