diff --git a/Dockerfile b/Dockerfile index 939dea3..e15f9c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10 +FROM node:10-alpine COPY package*.json / diff --git a/action.yml b/action.yml index 6a524ee..a2b12de 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: default: './commitlint.config.js' runs: using: 'docker' - image: 'Dockerfile' + image: 'docker://wagoid/commitlint-github-action:1.1.0' branding: icon: 'check-square' color: 'blue' diff --git a/package.json b/package.json index f60d272..afe1587 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "1.0.0", + "version": "1.1.0", "description": "commitlint github action", "main": "index.js", "scripts": {