1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00
AJ 2024-10-17 08:50:31 -07:00 committed by GitHub
parent d6cd73cfcc
commit 1fb366d42b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -311,7 +311,7 @@ jobs:
github.ref == 'refs/heads/hotfix-rc' github.ref == 'refs/heads/hotfix-rc'
run: | run: |
# Set proper setup image based on branch # Set proper setup image based on branch
case "${{ github.ref }}" in case "$GITHUB_REF" in
"refs/heads/main") "refs/heads/main")
SETUP_IMAGE="$_AZ_REGISTRY/setup:dev" SETUP_IMAGE="$_AZ_REGISTRY/setup:dev"
;; ;;
@ -528,9 +528,9 @@ jobs:
workflow_id: 'build-unified.yml', workflow_id: 'build-unified.yml',
ref: 'main', ref: 'main',
inputs: { inputs: {
server_branch: '${{ github.ref }}' server_branch: process.env.GITHUB_REF
} }
}) });
trigger-k8s-deploy: trigger-k8s-deploy:
name: Trigger k8s deploy name: Trigger k8s deploy