mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
feat: use image from docker hub
This commit is contained in:
parent
dedf966fb0
commit
9379b32eb6
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:10
|
||||
FROM node:10-alpine
|
||||
|
||||
COPY package*.json /
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "commitlint-github-action",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "commitlint github action",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue