Skip to content

Commit a3da009

Browse files
authored
Merge pull request #49 from devilbox/build-time-retry
Wait 30sec before rebuild
2 parents 424de93 + ac3a191 commit a3da009

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-name-version-flavour-arch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ jobs:
160160
- name: Build
161161
uses: cytopia/[email protected]
162162
with:
163+
retries: 10
164+
pause: 30
163165
command: |
164166
make build NAME=${{ matrix.name }} VERSION="${{ matrix.version }}" FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }}
165167

0 commit comments

Comments
 (0)