mirror of
https://github.com/bitwarden/server
synced 2025-12-28 14:13:48 +00:00
env:tag_name
This commit is contained in:
@@ -52,7 +52,7 @@ build_script:
|
||||
|
||||
if($env:PROD_DEPLOY -eq "true") {
|
||||
./build.sh tag beta
|
||||
./build.sh tag ${TAG_NAME}
|
||||
./build.sh tag $env:TAG_NAME
|
||||
}
|
||||
|
||||
docker images
|
||||
@@ -61,7 +61,7 @@ build_script:
|
||||
if($env:PROD_DEPLOY -eq "true") {
|
||||
./build.sh push beta
|
||||
./build.sh push latest
|
||||
./build.sh push ${TAG_NAME}
|
||||
./build.sh push $env:TAG_NAME
|
||||
}
|
||||
} else {
|
||||
msbuild bitwarden-server.sln /p:Configuration=Debug /verbosity:minimal `
|
||||
|
||||
Reference in New Issue
Block a user