Skip to content

Commit 9379b32

Browse files
committed
feat: use image from docker hub
1 parent dedf966 commit 9379b32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:10
1+
FROM node:10-alpine
22

33
COPY package*.json /
44

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
default: './commitlint.config.js'
88
runs:
99
using: 'docker'
10-
image: 'Dockerfile'
10+
image: 'docker://wagoid/commitlint-github-action:1.1.0'
1111
branding:
1212
icon: 'check-square'
1313
color: 'blue'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-github-action",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "commitlint github action",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)