Skip to content

Commit

Permalink
chore: ci env
Browse files Browse the repository at this point in the history
  • Loading branch information
alissa-tung committed May 6, 2024
1 parent 97df927 commit 4026aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-selfhost-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
name: Build Image
uses: ./.github/workflows/build-server-image.yml
with:
flavor: ${{ github.event.inputs.flavor }}
flavor: ${{ github.head_ref || github.ref_name }}

0 comments on commit 4026aea

Please sign in to comment.