Skip to content

Commit 329e6aa

Browse files
authored
feat!: Build Node.Js 22 based container and set it as a default one (#660)
1 parent 107d81b commit 329e6aa

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/docker-build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
platforms: linux/amd64,linux/arm64,linux/arm/v7
2222
- node: 20
2323
platforms: linux/amd64,linux/arm64,linux/arm/v7
24+
- node: 22
25+
platforms: linux/amd64,linux/arm64,linux/arm/v7
2426
- node: 24
2527
platforms: linux/amd64,linux/arm64
2628
steps:

.github/workflows/release-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
platforms: linux/amd64, linux/arm64, linux/arm/v7
2929
- node: 20
3030
platforms: linux/amd64, linux/arm64, linux/arm/v7
31+
- node: 22
32+
platforms: linux/amd64,linux/arm64,linux/arm/v7
3133
- node: 24
3234
platforms: linux/amd64, linux/arm64
3335
steps:
@@ -38,9 +40,9 @@ jobs:
3840
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
3941
with:
4042
tags: |
41-
type=semver,event=tag,pattern=v{{version}},enable=${{ matrix.node == 18}}
43+
type=semver,event=tag,pattern=v{{version}},enable=${{ matrix.node == 22}}
4244
type=semver,event=tag,pattern=v{{version}}-${{ matrix.node }}
43-
type=raw,value=latest,enable=${{ matrix.node == 18}}
45+
type=raw,value=latest,enable=${{ matrix.node == 22}}
4446
type=raw,value=latest-${{matrix.node}}
4547
flavor: |
4648
latest=false

0 commit comments

Comments
 (0)