fix: syntax error

This commit is contained in:
Evans Mike 2023-05-05 12:26:57 +01:00
parent 865cd62d77
commit 29ffc1c075

View file

@ -39,7 +39,6 @@ jobs:
else
cp "$GITHUB_WORKSPACE/action/dockerfiles/Dockerfile.full" > Dockerfile
echo "tag_postfix=full" >> $GITHUB_OUTPUT
if [[ "${{ matrix.distro }}" == "distroless" ]]; then
fi
elif [[ "${{ matrix.buildType }}" == "minimized" ]]; then
if [[ "${{ matrix.distro }}" == "distroless" ]]; then