mirror of
https://github.com/docker/build-push-action
synced 2025-03-10 21:39:51 +00:00
3 lines
65 B
Docker
3 lines
65 B
Docker
# syntax=docker/dockerfile:1
|
|
FROM alpine
|
|
RUN echo "Hello world!"
|