fix: hugo image build
This commit is contained in:
parent
cd7e9db1de
commit
992a95d37b
@ -3,7 +3,7 @@ name: Build Hugo Docker Image
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- hugo_update
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build docker:
|
build docker:
|
||||||
@ -11,11 +11,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: checkout code
|
- name: checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Get changed files
|
# - name: Get changed files
|
||||||
id: changed-files
|
# id: changed-files
|
||||||
uses: tj-actions/changed-files@v42
|
# uses: tj-actions/changed-files@v42
|
||||||
with:
|
# with:
|
||||||
files: hugo.Dockerfile
|
# files: hugo.Dockerfile
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
|
@ -3,7 +3,7 @@ FROM git.d3vyce.fr/d3vyce/hugo:latest AS build
|
|||||||
WORKDIR /opt/blog
|
WORKDIR /opt/blog
|
||||||
COPY . /opt/blog/
|
COPY . /opt/blog/
|
||||||
|
|
||||||
RUN git submodule update --recursive
|
RUN git submodule update --init --recursive
|
||||||
RUN hugo
|
RUN hugo
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
## Install
|
## Install
|
||||||
|
|
||||||
```
|
```
|
||||||
|
export PATH=$PATH:/usr/local/go/bin
|
||||||
CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
|
CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
|
||||||
git submodule update --recursive
|
git submodule update --recursive
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user