bump fedora version to 34 #2
@ -22,6 +22,10 @@ steps:
|
||||
- curl -sO https://git.dotya.ml/wanderer/docker-fedora-hugo/raw/branch/master/curl.it
|
||||
- bash ./curl.it $ENDPOINT
|
||||
|
||||
trigger:
|
||||
branch: [master]
|
||||
event: [push, cron]
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
@ -73,8 +77,6 @@ steps:
|
||||
from_secret: discord_webhook_token
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
exclude: [pull_request]
|
||||
include: [push, tag]
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM fedora:33
|
||||
FROM fedora:34
|
||||
|
||||
ENV HUGO_VERSION 0.82.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user