Update CI configurations to use Node 22 Docker image

- Replaced alpine/git v2.47.2 image with node:22 image for the sync_branches job.
- Added node:22 image to the frontend_build_job for consistency in builds.
- This ensures compatibility with Node.js-based tasks and streamlines CI setup.
This commit is contained in:
2025-04-27 22:31:16 +02:00
parent 5a0cdd0bfd
commit e77fe53b15
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ stages:
sync_branches:
stage: sync
image: alpine:git@sha256:47a8a580ba3cbc85737c5dccc50078cce5662b84a6c5eaaf5800a841ff5a19c8
image: node:22@sha256:f6b9c31ace05502dd98ef777aaa20464362435dcc5e312b0e213121dcf7d8b95
rules:
- if: '$CI_COMMIT_BRANCH == "production"'
before_script: