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:
|
matrix:
|
||||||
hugo-version:
|
hugo-version:
|
||||||
[
|
[
|
||||||
"0.124.1",
|
# "0.124.1",
|
||||||
"0.125.7",
|
# "0.125.7",
|
||||||
"0.126.3",
|
# "0.126.3",
|
||||||
"0.128.2"
|
# "0.128.2",
|
||||||
|
"0.129.0"
|
||||||
]
|
]
|
||||||
|
|
||||||
node-version:
|
node-version:
|
||||||
[
|
[
|
||||||
"20.9.0",
|
# "20.9.0",
|
||||||
"21.7.3",
|
# "21.7.3",
|
||||||
"22.4.1"
|
# "22.4.1",
|
||||||
|
"22.5.0"
|
||||||
]
|
]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -84,7 +86,7 @@ jobs:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
build-args: |
|
build-args: |
|
||||||
HUGO_VERSION=0.128.2
|
HUGO_VERSION=0.129.0
|
||||||
NODE_VERSION=22.4.1
|
NODE_VERSION=22.5.0
|
||||||
tags: |
|
tags: |
|
||||||
codeberg.org/mycosystems/hugo-ci:latest
|
codeberg.org/mycosystems/hugo-ci:latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue