fix: action failure status (#151)
Close #149 * chore: fix path to .gitconfig
This commit is contained in:
parent
de65f3e128
commit
94853340b9
3 changed files with 23 additions and 23 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@ msg := ""
|
|||
IMAGE_NAME := actions_hugo_dev:latest
|
||||
NODE_VERSION := $(shell cat ./.nvmrc)
|
||||
DOCKER_BUILD := docker build . -t $(IMAGE_NAME) --build-arg NODE_VERSION=$(NODE_VERSION)
|
||||
DOCKER_RUN := docker run --rm -i -t -v ${PWD}:/repo -v ~/.gitconfig:/etc/gitconfig $(IMAGE_NAME)
|
||||
DOCKER_RUN := docker run --rm -i -t -v ${PWD}:/repo -v ~/.gitconfig:/root/.gitconfig $(IMAGE_NAME)
|
||||
|
||||
|
||||
.PHONY: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue