Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Moulinet docker image
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Cassiopée
Moulinet docker image
Merge requests
!1
Upgrade to Node.js 22 in Dockerfile
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Upgrade to Node.js 22 in Dockerfile
jean-pascal.aubry-main-patch-31031
into
main
Overview
0
Commits
2
Pipelines
1
Changes
2
Merged
AUBRY JEAN-PASCAL
requested to merge
jean-pascal.aubry-main-patch-31031
into
main
3 weeks ago
Overview
0
Commits
2
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
main
version 1
69485eac
3 weeks ago
main (base)
and
latest version
latest version
91f2ea7a
2 commits,
3 weeks ago
version 1
69485eac
1 commit,
3 weeks ago
2 files
+
4
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
3
−
1
Options
@@ -5,13 +5,15 @@ services:
default
:
tags
:
-
mia7
-
goldenrunner
variables
:
URL_REGISTRY
:
$CI_REGISTRY/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME
build
:
stage
:
build
rules
:
-
if
:
'
$CI_COMMIT_REF_NAME
==
"main"'
before_script
:
-
docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_TOKEN} ${CI_REGISTRY}
script
:
Loading