Fix dubious ownership issue in GitHub Actions
Some checks failed
Build Docker image / Build and publish image (push) Failing after 8s
Some checks failed
Build Docker image / Build and publish image (push) Failing after 8s
This commit is contained in:
parent
8f78963464
commit
59ffb31627
1 changed files with 3 additions and 0 deletions
|
@ -17,3 +17,6 @@ RUN pacman -S ruby-rouge --noconfirm
|
||||||
RUN pacman -S npm --noconfirm
|
RUN pacman -S npm --noconfirm
|
||||||
RUN pacman -S git --noconfirm
|
RUN pacman -S git --noconfirm
|
||||||
RUN pacman -S ruby-asciidoctor-html5s --noconfirm
|
RUN pacman -S ruby-asciidoctor-html5s --noconfirm
|
||||||
|
|
||||||
|
# Fix dubious ownership issue in GitHub Actions
|
||||||
|
git config --system --add safe.directory '*'
|
||||||
|
|
Reference in a new issue