diff --git a/.github/workflows/build-unified.yml b/.github/workflows/build-unified.yml index 40e37b2..3a8f949 100644 --- a/.github/workflows/build-unified.yml +++ b/.github/workflows/build-unified.yml @@ -30,7 +30,15 @@ jobs: name: Build Docker image runs-on: ubuntu-22.04 steps: - - name: Checkout repo + - name: Checkout Repository - workflow_call + if: ${{ github.event_name == 'workflow_call' }} + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + with: + repository: bitwarden/self-host + ref: master + + - name: Checkout Repository - workflow_dispatch + if: ${{ github.event_name == 'workflow_dispatch' }} uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 - name: Get server branch to checkout