bump: blowfish/hugo version
This commit is contained in:
@ -3,7 +3,7 @@ name: Build Hugo Docker Image
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "hugo.Dockerfile"
|
||||
- ".gitea/workflows/1_build_hugo_image.yml"
|
||||
|
||||
jobs:
|
||||
build docker:
|
||||
@ -25,6 +25,8 @@ jobs:
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
build-args:
|
||||
HUGO_VERSION=v0.125.4
|
||||
file: ./hugo.Dockerfile
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
|
Reference in New Issue
Block a user