Skip to content

Commit

Permalink
🤖 Fix retry missing parameter in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <itxaka@kairos.io>
  • Loading branch information
Itxaka committed Sep 25, 2024
1 parent fc77926 commit 15f342f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ jobs:
with:
max_attempts: 3
retry_on: error
timeout_minutes: 5
command: earthly +trivy
- name: Build 🔧
run: |
Expand Down Expand Up @@ -370,6 +371,7 @@ jobs:
with:
max_attempts: 3
retry_on: error
timeout_minutes: 5
command: earthly +trivy
- name: Build 🔧
run: |
Expand Down Expand Up @@ -490,6 +492,7 @@ jobs:
with:
max_attempts: 3
retry_on: error
timeout_minutes: 5
command: earthly +trivy
- name: Build iso 🔧
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ jobs:
with:
max_attempts: 3
retry_on: error
timeout_minutes: 5
command: earthly +trivy
- name: Build 🔧
run: |
Expand Down Expand Up @@ -418,6 +419,7 @@ jobs:
with:
max_attempts: 3
retry_on: error
timeout_minutes: 5
command: earthly +trivy
- name: Build 🔧
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reusable-build-flavor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
with:
max_attempts: 3
retry_on: error
timeout_minutes: 5
command: earthly +trivy
- name: Build master 🔧
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reusable-build-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
with:
max_attempts: 3
retry_on: error
timeout_minutes: 5
command: earthly +trivy
- name: Build master 🔧
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit 15f342f

Please sign in to comment.