Skip to content
Snippets Groups Projects
Commit 75e4bc90 authored by Martin Heistermann's avatar Martin Heistermann
Browse files

rename tag

parent ced6c0fd
Branches
Tags
No related merge requests found
Pipeline #9038 passed
......@@ -21,8 +21,6 @@
echo "Building container..."
} else {
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 push "${TAG_LATEST}"
exit 0
......@@ -50,10 +48,10 @@
- docker logout ${Env:CI_REGISTRY}
windows-vs2022:
x64-vs2022:
extends: .template-docker-windows
variables:
TAG_PREFIX: "windows-vs2022-"
TAG_PREFIX: "x64-vs2022-"
# MSVC_VERSION: "16" # 16: VS 2019
MSVC_VERSION: "17" # 17: VS 2022
MSVC_CHANNEL: "release"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment