chore: bump hugo to v0.115.3
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2dc74594e0
commit
5d11a7fa46
12
.drone.yml
12
.drone.yml
@ -23,7 +23,7 @@ steps:
|
||||
- name: pull alpine-hugo
|
||||
pull: always
|
||||
depends_on: [clone]
|
||||
image: docker.io/immawanderer/alpine-hugo:hugo-v0.104.1
|
||||
image: docker.io/immawanderer/alpine-hugo:hugo-v0.115.3
|
||||
commands:
|
||||
- uname -r
|
||||
|
||||
@ -32,7 +32,7 @@ steps:
|
||||
depends_on:
|
||||
- submodules
|
||||
- pull alpine-hugo
|
||||
image: docker.io/immawanderer/alpine-hugo:hugo-v0.104.1
|
||||
image: docker.io/immawanderer/alpine-hugo:hugo-v0.115.3
|
||||
commands:
|
||||
- hugo version
|
||||
- hugo --gc=true --minify
|
||||
@ -92,7 +92,7 @@ steps:
|
||||
- name: pull alpine-hugo
|
||||
pull: always
|
||||
depends_on: [clone]
|
||||
image: docker.io/immawanderer/alpine-hugo:hugo-v0.104.1
|
||||
image: docker.io/immawanderer/alpine-hugo:hugo-v0.115.3
|
||||
commands:
|
||||
- uname -r
|
||||
|
||||
@ -109,14 +109,14 @@ steps:
|
||||
depends_on:
|
||||
- submodules
|
||||
- pull alpine-hugo
|
||||
image: docker.io/immawanderer/alpine-hugo:hugo-v0.104.1
|
||||
image: docker.io/immawanderer/alpine-hugo:hugo-v0.115.3
|
||||
commands:
|
||||
- hugo version
|
||||
- hugo --gc=true --minify
|
||||
|
||||
- name: rm-intermediate
|
||||
pull: if-not-exists
|
||||
image: docker.io/immawanderer/alpine-hugo:hugo-v0.104.1
|
||||
image: docker.io/immawanderer/alpine-hugo:hugo-v0.115.3
|
||||
depends_on:
|
||||
- hugo-extended
|
||||
commands:
|
||||
@ -214,6 +214,6 @@ steps:
|
||||
from_secret: discord_webhook_token
|
||||
---
|
||||
kind: signature
|
||||
hmac: 4dd377f0d3e9ea7f747d8a1bdca3c16d9bfe49e7daac681aedfa07b5caf8018a
|
||||
hmac: 235a281b9338654d1ea8e0d118a0ec303cd4bad8f01f31899cf7fa377f568f02
|
||||
|
||||
...
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM docker.io/immawanderer/alpine-hugo:hugo-v0.104.1 AS hugobuild
|
||||
FROM docker.io/immawanderer/alpine-hugo:hugo-v0.115.3 AS hugobuild
|
||||
|
||||
WORKDIR /docs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user