mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 19:31:01 +01:00
Update onpush_builder.yaml
This commit is contained in:
2
.github/workflows/onpush_builder.yaml
vendored
2
.github/workflows/onpush_builder.yaml
vendored
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user