update
Some checks failed
Build Blog Docker Image / build docker (push) Successful in 1m2s
Build Hugo Docker Image / build docker (push) Failing after 4m43s

This commit is contained in:
2024-02-24 13:22:23 +01:00
parent 052a6334cb
commit e7625c38a3
7 changed files with 145 additions and 10 deletions

View File

@ -4,7 +4,8 @@ FROM git.d3vyce.fr/d3vyce/hugo:latest AS build
WORKDIR /opt/blog
COPY . /opt/blog/
RUN git submodule update --init --recursive
RUN git submodule update --init --recursive && \
git -C themes/blowfish/ checkout v2.58.0
RUN hugo
# Publish Stage