bump: blowfish/hugo version
All checks were successful
Build Hugo Docker Image / build docker (push) Successful in 4m27s
Build Blog Docker Image / build docker (push) Successful in 1m11s

This commit is contained in:
2024-04-30 23:33:30 +02:00
parent 2f41aadcbf
commit c3193e0adb
4 changed files with 11 additions and 3 deletions

View File

@ -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