From 093ace1a89a71fb0da13db18904f410b84adf33f Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Thu, 27 Feb 2025 10:05:45 +0100 Subject: [PATCH] updated build version --- workflow-templates/build-docker.tpl.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow-templates/build-docker.tpl.yaml b/workflow-templates/build-docker.tpl.yaml index e1565bc95..697ab05cc 100644 --- a/workflow-templates/build-docker.tpl.yaml +++ b/workflow-templates/build-docker.tpl.yaml @@ -70,10 +70,10 @@ jobs: type=match,pattern=\d+.\d+.\d+,suffix=-alpine,enable=${{ !contains(github.ref_name, '-docker.') && !contains(github.ref_name, '-beta.') }} type=raw,value=alpine,enable=${{ !contains(github.ref_name, '-docker.') && !contains(github.ref_name, '-beta.') }} - - name: Use Node.js 18.x + - name: Use Node.js 22.x uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 22.x - _include: checkout-and-merge-pro _if: _premium