diff --git a/Dockerfile b/Dockerfile index 06c2ef7..42b5a95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ FROM exelban/baseimage:node-latest -LABEL name="stylelint" +LABEL name="stylelinter" LABEL version="1.0.0" LABEL repository="https://github.com/exelban/stylelint" LABEL homepage="https://github.com/exelban/stylelint" LABEL maintainer="Serhiy Mytrovtsiy " -LABEL com.github.actions.name="stylelint" +LABEL com.github.actions.name="stylelinter" LABEL com.github.actions.description="GitHub Action that runs stylelint." LABEL com.github.actions.icon="layout" LABEL com.github.actions.color="black"