mirror of
https://github.com/bitwarden/server.git
synced 2025-01-29 23:01:46 +01:00
env:tag_name
This commit is contained in:
parent
d6e7040aba
commit
334c283d53
@ -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 `
|
||||
|
Loading…
Reference in New Issue
Block a user