FROM ghcr.io/koenrh/dnscontrol:v3.12.0@sha256:387bc4a467803daceaf4da41e9ac6a0b9314a7035c0d5739c8ef7ba9845e6eca LABEL repository="https://github.com/koenrh/dnscontrol-action" LABEL maintainer="Koen Rouwhorst " LABEL "com.github.actions.name"="DNSControl" LABEL "com.github.actions.description"="Deploy your DNS configuration to multiple providers." LABEL "com.github.actions.icon"="cloud" LABEL "com.github.actions.color"="yellow" RUN apk add --no-cache bash COPY README.md entrypoint.sh bin/filter-preview-output.sh / ENTRYPOINT ["/entrypoint.sh"]