mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-05-17 18:35:07 +00:00
5 lines
107 B
Docker
5 lines
107 B
Docker
FROM alpine:3.10
|
|
RUN apk add --no-cache jq
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|