FROM golang:1.12

LABEL "com.github.actions.name"="bench"
LABEL "com.github.actions.description"=""
LABEL "com.github.actions.icon"="code"
LABEL "com.github.actions.color"="red"

COPY entrypoint.sh /entrypoint.sh

CMD ["/entrypoint.sh"]
