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:
|
||||
'build: page':
|
||||
image: "ghcr.io/getzola/zola:v0.17.2"
|
||||
image: "ghcr.io/getzola/zola:v0.18.0"
|
||||
when:
|
||||
event: push
|
||||
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 static static
|
||||
|
|
Loading…
Add table
Reference in a new issue