mirror of
https://code.forgejo.org/docker/build-push-action.git
synced 2025-09-16 18:06:55 +00:00
4 lines
77 B
Text
4 lines
77 B
Text
|
# syntax=docker/dockerfile-upstream:master
|
||
|
FROM alpine
|
||
|
RUN cat /etc/*release
|