Update Dockerfile

This commit is contained in:
Serhiy Mytrovtsiy 2019-08-21 22:30:36 +02:00 committed by GitHub
parent faa5827629
commit 0b391a7ff7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
FROM exelban/baseimage:node-latest FROM exelban/baseimage:node-latest
LABEL name="stylelint" \ LABEL name="stylelint"
version="1.0.0" \ LABEL version="1.0.0"
repository="https://github.com/exelban/stylelint" \ LABEL repository="https://github.com/exelban/stylelint"
homepage="https://github.com/exelban/stylelint" \ LABEL homepage="https://github.com/exelban/stylelint"
maintainer="Serhiy Mytrovtsiy <mitrovtsiy@ukr.net>" \ LABEL maintainer="Serhiy Mytrovtsiy <mitrovtsiy@ukr.net>"
com.github.actions.name="stylelint" \ LABEL com.github.actions.name="stylelint"
com.github.actions.description="GitHub Action that runs stylelint." \ LABEL com.github.actions.description="GitHub Action that runs stylelint."
com.github.actions.icon="layout" \ LABEL com.github.actions.icon="layout"
com.github.actions.color="black" LABEL com.github.actions.color="black"
COPY LICENSE README.md / COPY LICENSE README.md /