mirror of
https://github.com/bitwarden/self-host.git
synced 2026-03-03 03:57:01 +00:00
[BRE-1391] Building bitwarden lite off tags
This commit is contained in:
4
.github/workflows/build-bitwarden-lite.yml
vendored
4
.github/workflows/build-bitwarden-lite.yml
vendored
@@ -80,7 +80,7 @@ jobs:
|
||||
elif [[ -z "${SERVER_BRANCH}" ]]; then
|
||||
echo "server_ref=refs/heads/main" >> "$GITHUB_OUTPUT"
|
||||
else
|
||||
echo "server_ref=refs/heads/${SERVER_BRANCH#refs/heads/}" >> "$GITHUB_OUTPUT"
|
||||
echo "server_ref=refs/tags/${SERVER_BRANCH#refs/heads/}" >> "$GITHUB_OUTPUT"
|
||||
fi
|
||||
|
||||
- name: Set Web variables
|
||||
@@ -97,7 +97,7 @@ jobs:
|
||||
elif [[ -z "${WEB_BRANCH}" ]]; then
|
||||
echo "web_ref=refs/heads/main" >> "$GITHUB_OUTPUT"
|
||||
else
|
||||
echo "web_ref=refs/heads/${WEB_BRANCH#refs/heads/}" >> "$GITHUB_OUTPUT"
|
||||
echo "web_ref=refs/tags/${WEB_BRANCH#refs/heads/}" >> "$GITHUB_OUTPUT"
|
||||
fi
|
||||
|
||||
build-docker:
|
||||
|
||||
Reference in New Issue
Block a user