We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1826e0 commit 2b66f2fCopy full SHA for 2b66f2f
.github/workflows/ci.yml
@@ -83,13 +83,12 @@ jobs:
83
cp common/build.yaml ${{ matrix.addon }}
84
85
- name: Build
86
- uses: home-assistant/builder@master
+ uses: Wandalen/wretry.action@master
87
# Note: if running without `--test`, image is pushed to docker.io
88
with:
89
- args: |
90
- --${{ matrix.arch }} \
91
- --target ${{ matrix.addon }} \
92
- ${{ env.BUILD_ARGS }}
+ action: home-assistant/builder@master
+ with: |
+ args: --${{ matrix.arch }} --target ${{ matrix.addon }} ${{ env.BUILD_ARGS }}
93
94
# Keep pushing to docker.io as it is unclear how
95
# HA handles config.json updates (especially for the unversioned edge)
0 commit comments