mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-25 10:11:53 +02: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 "build_arch=true";
|
||||||
echo "image=$(echo ${{ steps.info.outputs.image }} | cut -d'/' -f3)";
|
echo "image=$(echo ${{ steps.info.outputs.image }} | cut -d'/' -f3)";
|
||||||
if [[ -z "$HEAD" ]] && [[ "${{ github.event_name }}" == "push" ]]; then
|
if [[ -z "$HEAD" ]] && [[ "${{ github.event_name }}" == "push" ]]; then
|
||||||
echo "BUILD_ARGS=" >> $GITHUB_ENV;
|
echo "BUILD_ARGS=" >> "$GITHUB_ENV";
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "${{ matrix.arch }} is not a valid arch for ${{ matrix.addon }}, skipping build";
|
echo "${{ matrix.arch }} is not a valid arch for ${{ matrix.addon }}, skipping build";
|
||||||
|
|||||||
Reference in New Issue
Block a user