Skip to content

Commit

Permalink
Merge pull request #49 from devilbox/build-time-retry
Browse files Browse the repository at this point in the history
Wait 30sec before rebuild
  • Loading branch information
cytopia authored Nov 5, 2022
2 parents 424de93 + ac3a191 commit a3da009
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-name-version-flavour-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ jobs:
- name: Build
uses: cytopia/shell-command-retry-action@v0.1.3
with:
retries: 10
pause: 30
command: |
make build NAME=${{ matrix.name }} VERSION="${{ matrix.version }}" FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }}
Expand Down

0 comments on commit a3da009

Please sign in to comment.