bump versions
This commit is contained in:
parent
21cda0eba0
commit
4004edd052
1 changed files with 11 additions and 9 deletions
20
.github/workflows/build.yaml
vendored
20
.github/workflows/build.yaml
vendored
|
@ -12,17 +12,19 @@ jobs:
|
|||
matrix:
|
||||
hugo-version:
|
||||
[
|
||||
"0.124.1",
|
||||
"0.125.7",
|
||||
"0.126.3",
|
||||
"0.128.2"
|
||||
# "0.124.1",
|
||||
# "0.125.7",
|
||||
# "0.126.3",
|
||||
# "0.128.2",
|
||||
"0.129.0"
|
||||
]
|
||||
|
||||
node-version:
|
||||
[
|
||||
"20.9.0",
|
||||
"21.7.3",
|
||||
"22.4.1"
|
||||
# "20.9.0",
|
||||
# "21.7.3",
|
||||
# "22.4.1",
|
||||
"22.5.0"
|
||||
]
|
||||
|
||||
steps:
|
||||
|
@ -84,7 +86,7 @@ jobs:
|
|||
platforms: linux/amd64
|
||||
push: true
|
||||
build-args: |
|
||||
HUGO_VERSION=0.128.2
|
||||
NODE_VERSION=22.4.1
|
||||
HUGO_VERSION=0.129.0
|
||||
NODE_VERSION=22.5.0
|
||||
tags: |
|
||||
codeberg.org/mycosystems/hugo-ci:latest
|
||||
|
|
Loading…
Add table
Reference in a new issue