Skip to content

Commit e45d8e9

Browse files
committed
Revert "chore: retry builds"
This reverts commit 2b66f2f.
1 parent 2b66f2f commit e45d8e9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)