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 2b66f2f commit e45d8e9Copy full SHA for e45d8e9
.github/workflows/ci.yml
@@ -83,12 +83,13 @@ jobs:
83
cp common/build.yaml ${{ matrix.addon }}
84
85
- name: Build
86
- uses: Wandalen/wretry.action@master
+ uses: home-assistant/builder@master
87
# Note: if running without `--test`, image is pushed to docker.io
88
with:
89
- action: home-assistant/builder@master
90
- with: |
91
- args: --${{ matrix.arch }} --target ${{ matrix.addon }} ${{ env.BUILD_ARGS }}
+ args: |
+ --${{ matrix.arch }} \
+ --target ${{ matrix.addon }} \
92
+ ${{ 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