diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index fff0943..9a2e9a1 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -1,6 +1,6 @@ steps: - clone: - image: hugomods/hugo:exts + cloneAndBuild: + image: ghcr.io/gohugoio/hugo:v0.159.2 commands: - git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically) # - git submodule foreach 'git fetch origin; git checkout $(git describe --tags `git rev-list --tags --max-count=1`);'