Skip to content

Commit 2b66f2f

Browse files
committed
chore: retry builds
1 parent f1826e0 commit 2b66f2f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,12 @@ jobs:
8383
cp common/build.yaml ${{ matrix.addon }}
8484
8585
- name: Build
86-
uses: home-assistant/builder@master
86+
uses: Wandalen/wretry.action@master
8787
# Note: if running without `--test`, image is pushed to docker.io
8888
with:
89-
args: |
90-
--${{ matrix.arch }} \
91-
--target ${{ matrix.addon }} \
92-
${{ env.BUILD_ARGS }}
89+
action: home-assistant/builder@master
90+
with: |
91+
args: --${{ matrix.arch }} --target ${{ matrix.addon }} ${{ env.BUILD_ARGS }}
9392
9493
# Keep pushing to docker.io as it is unclear how
9594
# HA handles config.json updates (especially for the unversioned edge)

0 commit comments

Comments
 (0)