Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LakeDropsDrupalDev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker
LakeDropsDrupalDev
Merge requests
!13
Create latest tag for all images skip-tag
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Create latest tag for all images skip-tag
develop
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
jurgenhaas
requested to merge
develop
into
main
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
skip-tag
0
0
Merge request reports
Viewing commit
0bfd8db1
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
0bfd8db1
Create latest tag for all images
· 0bfd8db1
jurgenhaas
authored
2 years ago
.gitlab-ci.yml
+
1
−
0
Options
@@ -14,6 +14,7 @@ setup:
stage
:
build
script
:
-
docker build --pull --build-arg VERSION=${VERSION} -t ${CI_REGISTRY_IMAGE}/setup:${VERSION} ./setup
-
docker push ${CI_REGISTRY_IMAGE}/setup:${VERSION}
-
docker tag ${CI_REGISTRY_IMAGE}/setup:${VERSION} ${CI_REGISTRY_IMAGE}/setup:latest
-
docker push ${CI_REGISTRY_IMAGE}/setup:latest
only
:
Loading