mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-01-23 02:25:16 +00:00
KASM-6955 Add retries to manifest jobs
This commit is contained in:
parent
876ebf81c6
commit
f834eff3d1
1 changed files with 2 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ manifest_{{ IMAGE.name }}:
|
|||
needs:
|
||||
- test_{{ IMAGE.name }}
|
||||
when: on_success
|
||||
retry: 1
|
||||
tags:
|
||||
- oci-fixed-amd
|
||||
{% endfor %}
|
||||
|
|
@ -196,6 +197,7 @@ manifest_{{ IMAGE.name }}:
|
|||
needs:
|
||||
- test_{{ IMAGE.name }}
|
||||
when: on_success
|
||||
retry: 1
|
||||
tags:
|
||||
- oci-fixed-amd
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue