mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2026-03-29 05:46:54 +00:00
fix: revert action to use debian image
Somehow when using alpine image, github actions was not running the entrypoint
This commit is contained in:
parent
9379b32eb6
commit
33f8aa30dd
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:10-alpine
|
||||
FROM node:10
|
||||
|
||||
COPY package*.json /
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue