zip/Dockerfile

13 lines
461 B
Docker
Raw Normal View History

2019-07-18 07:03:22 -04:00
FROM alpine:3.10.1
2019-07-18 07:09:25 -04:00
LABEL "com.github.actions.name"="Create Zip File"
2019-07-18 07:03:22 -04:00
LABEL "com.github.actions.description"="Create a zip file containing specific files from your repository"
LABEL "com.github.actions.icon"="folder-plus"
LABEL "com.github.actions.color"="gray-dark"
LABEL "repository"="https://github.com/montudor/action-zip"
LABEL "homepage"="https://github.com/montudor/action-zip"
LABEL "maintainer"="Monte Hellawell <monte@montudor.com>"
RUN apk add zip