fix: syntax error
This commit is contained in:
parent
865cd62d77
commit
29ffc1c075
1 changed files with 0 additions and 1 deletions
1
.github/workflows/build-singbox-docker.yml
vendored
1
.github/workflows/build-singbox-docker.yml
vendored
|
@ -39,7 +39,6 @@ jobs:
|
||||||
else
|
else
|
||||||
cp "$GITHUB_WORKSPACE/action/dockerfiles/Dockerfile.full" > Dockerfile
|
cp "$GITHUB_WORKSPACE/action/dockerfiles/Dockerfile.full" > Dockerfile
|
||||||
echo "tag_postfix=full" >> $GITHUB_OUTPUT
|
echo "tag_postfix=full" >> $GITHUB_OUTPUT
|
||||||
if [[ "${{ matrix.distro }}" == "distroless" ]]; then
|
|
||||||
fi
|
fi
|
||||||
elif [[ "${{ matrix.buildType }}" == "minimized" ]]; then
|
elif [[ "${{ matrix.buildType }}" == "minimized" ]]; then
|
||||||
if [[ "${{ matrix.distro }}" == "distroless" ]]; then
|
if [[ "${{ matrix.distro }}" == "distroless" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue