ci: switch to immawanderer/alpine-hugo image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-09-17 12:50:28 +02:00
parent 43a8adaa8e
commit 553c5777f4
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -20,20 +20,19 @@ steps:
- git --version
- git submodule update --init --recursive
- name: pull fedora-hugo
- name: pull alpine-hugo
pull: always
depends_on: [clone]
image: immawanderer/fedora-hugo:linux-amd64
image: docker.io/immawanderer/alpine-hugo:hugo-v0.103.0
commands:
- uname -r
- cat /etc/fedora-release
- name: hugo-extended
pull: if-not-exists
depends_on:
- submodules
- pull fedora-hugo
image: immawanderer/fedora-hugo:linux-amd64
- pull alpine-hugo
image: docker.io/immawanderer/alpine-hugo:hugo-v0.103.0
commands:
- hugo version
- hugo --gc=true --minify
@ -90,13 +89,12 @@ steps:
- git --version
- git submodule update --init --recursive
- name: pull fedora-hugo
- name: pull alpine-hugo
pull: always
depends_on: [clone]
image: immawanderer/fedora-hugo:linux-amd64
image: docker.io/immawanderer/alpine-hugo:hugo-v0.103.0
commands:
- uname -r
- cat /etc/fedora-release
- name: pull tmaier/docker-compose
pull: always
@ -110,15 +108,15 @@ steps:
pull: if-not-exists
depends_on:
- submodules
- pull fedora-hugo
image: immawanderer/fedora-hugo:linux-amd64
- pull alpine-hugo
image: docker.io/immawanderer/alpine-hugo:hugo-v0.103.0
commands:
- hugo version
- hugo --gc=true --minify
- name: rm-intermediate
pull: if-not-exists
image: immawanderer/fedora-hugo:linux-amd64
image: docker.io/immawanderer/alpine-hugo:hugo-v0.103.0
depends_on:
- hugo-extended
commands: