dynamic-charts #19

Merged
allanger merged 35 commits from dynamic-charts into main 2023-02-25 20:25:20 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 5d742a7173 - Show all commits

View File

@ -28,7 +28,7 @@ steps:
- git submodule update --init --recursive
- name: Test a build
image: klakegg/hugo
image: git.badhouseplants.net/badhouseplants/hugo-builder
commands:
- hugo

View File

@ -1,4 +1,4 @@
FROM klakegg/hugo
FROM git.badhouseplants.net/badhouseplants/hugo-builder
WORKDIR /src
COPY . /src
RUN hugo