We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dedf966 commit 9379b32Copy full SHA for 9379b32
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:10
+FROM node:10-alpine
2
3
COPY package*.json /
4
action.yml
@@ -7,7 +7,7 @@ inputs:
7
default: './commitlint.config.js'
8
runs:
9
using: 'docker'
10
- image: 'Dockerfile'
+ image: 'docker://wagoid/commitlint-github-action:1.1.0'
11
branding:
12
icon: 'check-square'
13
color: 'blue'
package.json
@@ -1,6 +1,6 @@
{
"name": "commitlint-github-action",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "commitlint github action",
5
"main": "index.js",
6
"scripts": {
0 commit comments