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