chore(ghcr.io/getzola/zola): update ghcr.io/getzola/zola docker tag to v0.18.0
This commit is contained in:
parent
13cf3f47fb
commit
11cdf7c6f0
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ clone:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
'build: page':
|
'build: page':
|
||||||
image: "ghcr.io/getzola/zola:v0.17.2"
|
image: "ghcr.io/getzola/zola:v0.18.0"
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
branch:
|
branch:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ghcr.io/getzola/zola:v0.17.2 as builder
|
FROM ghcr.io/getzola/zola:v0.18.0 as builder
|
||||||
|
|
||||||
COPY content content
|
COPY content content
|
||||||
COPY static static
|
COPY static static
|
||||||
|
|
Loading…
Add table
Reference in a new issue