fix: shell 2
This commit is contained in:
parent
68123040a1
commit
5bbcc1d4ef
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-singbox-docker.yml
vendored
2
.github/workflows/build-singbox-docker.yml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
|||
if [[ -z "${{ github.event.inputs.tag }}" ]]; then
|
||||
echo "versioned=etnperlong/sing-box:${{ github.ref_name }}" >> $GITHUB_OUTPUT
|
||||
else
|
||||
if [[ -z ${{ steps.tag.outputs.tag_postfix }} ]]; then
|
||||
if [[ -z "${{ steps.tag.outputs.tag_postfix }}" ]]; then
|
||||
echo "versioned=etnperlong/sing-box:${{ github.event.inputs.tag }}-${{ steps.tag.outputs.tag_postfix }}" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "versioned=etnperlong/sing-box:${{ github.event.inputs.tag }}" >> $GITHUB_OUTPUT
|
||||
|
|
Loading…
Reference in a new issue