diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fdd140c..71aaaeb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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