Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Buildbox-Windows
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
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
CGG-public
Containers
Buildbox-Windows
Commits
75e4bc90
Commit
75e4bc90
authored
2 months ago
by
Martin Heistermann
Browse files
Options
Downloads
Patches
Plain Diff
rename tag
parent
ced6c0fd
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#9038
passed
2 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-4
2 additions, 4 deletions
.gitlab-ci.yml
with
2 additions
and
4 deletions
.gitlab-ci.yml
+
2
−
4
View file @
75e4bc90
...
@@ -21,8 +21,6 @@
...
@@ -21,8 +21,6 @@
echo "Building container..."
echo "Building container..."
} else {
} else {
echo "Existing container found, tagging as latest..."
echo "Existing container found, tagging as latest..."
docker tag "${TAG}" "${Env:CI_REGISTRY_IMAGE}:x64-vs2022-latest"
docker push "${Env:CI_REGISTRY_IMAGE}:x64-vs2022-latest"
docker tag "${TAG}" "${TAG_LATEST}"
docker tag "${TAG}" "${TAG_LATEST}"
docker push "${TAG_LATEST}"
docker push "${TAG_LATEST}"
exit 0
exit 0
...
@@ -50,10 +48,10 @@
...
@@ -50,10 +48,10 @@
-
docker logout ${Env:CI_REGISTRY}
-
docker logout ${Env:CI_REGISTRY}
windows
-vs2022
:
x64
-vs2022
:
extends
:
.template-docker-windows
extends
:
.template-docker-windows
variables
:
variables
:
TAG_PREFIX
:
"
windows
-vs2022-"
TAG_PREFIX
:
"
x64
-vs2022-"
# MSVC_VERSION: "16" # 16: VS 2019
# MSVC_VERSION: "16" # 16: VS 2019
MSVC_VERSION
:
"
17"
# 17: VS 2022
MSVC_VERSION
:
"
17"
# 17: VS 2022
MSVC_CHANNEL
:
"
release"
MSVC_CHANNEL
:
"
release"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment