Update onpush_builder.yaml

This commit is contained in:
Alexandre
2023-01-08 20:41:16 +01:00
committed by GitHub
parent a3659c4f3f
commit 0feca4be8d

View File

@@ -75,7 +75,7 @@ jobs:
echo "build_arch=true";
echo "image=$(echo ${{ steps.info.outputs.image }} | cut -d'/' -f3)";
if [[ -z "$HEAD" ]] && [[ "${{ github.event_name }}" == "push" ]]; then
echo "BUILD_ARGS=" >> $GITHUB_ENV;
echo "BUILD_ARGS=" >> "$GITHUB_ENV";
fi
else
echo "${{ matrix.arch }} is not a valid arch for ${{ matrix.addon }}, skipping build";