fix: hugo image build
Some checks failed
Build Blog Docker Image / build docker (push) Failing after 40s
Build Hugo Docker Image / build docker (push) Failing after 0s

This commit is contained in:
d3vyce 2024-02-11 12:28:00 +01:00
parent f295e8ccfc
commit 8c7e30c932
2 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,8 @@ jobs:
uses: tj-actions/changed-files@v42
with:
files: hugo.Dockerfile
- name: Stop of Dockerfile not changed
if: steps.changed-files.modified_files == 1
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx

View File

@ -2,6 +2,7 @@
## Install
```
export PATH=$PATH:/usr/local/go/bin
CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
git submodule update --recursive
```