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