From 9379b32eb6e98429a7b2d25d47864e730d10bdc7 Mon Sep 17 00:00:00 2001 From: Wagner Santos Date: Thu, 3 Oct 2019 17:16:08 -0300 Subject: [PATCH] feat: use image from docker hub --- Dockerfile | 2 +- action.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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": {