bump versions

This commit is contained in:
brooke 2024-07-18 11:19:36 -04:00
parent 21cda0eba0
commit 4004edd052

View file

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