bump: blowfish/hugo version
This commit is contained in:
@ -2,8 +2,7 @@ name: Build Hugo Docker Image
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "hugo.Dockerfile"
|
||||
|
||||
|
||||
jobs:
|
||||
build docker:
|
||||
@ -25,6 +24,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
|
||||
|
@ -34,6 +34,8 @@ jobs:
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
build-args:
|
||||
BLOWFISH_VERSION="v2.66.0"
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
|
Reference in New Issue
Block a user