Update onpush_builder.yaml

This commit is contained in:
Alexandre
2023-01-10 10:36:51 +01:00
committed by GitHub
parent 13e9e7a9fb
commit 77d58015ef

View File

@@ -75,7 +75,8 @@ 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";
# shellcheck disable=SC2129
echo "BUILD_ARGS=" >> $GITHUB_ENV;
fi
else
echo "${{ matrix.arch }} is not a valid arch for ${{ matrix.addon }}, skipping build";