Skip to content

Commit

Permalink
feat: use image from docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
wagoid committed Oct 4, 2019
1 parent dedf966 commit 9379b32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10
FROM node:10-alpine

COPY package*.json /

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-github-action",
"version": "1.0.0",
"version": "1.1.0",
"description": "commitlint github action",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9379b32

Please sign in to comment.