Use self hosted image really
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nikolai Rodionov 2023-02-25 18:34:44 +01:00
parent 258bf0bea2
commit 5d742a7173
2 changed files with 2 additions and 2 deletions

View File

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

View File

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