mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2025-06-20 17:47:55 +02:00
Merge branch 'bugfix/KASM-6955_mirror_to_quay_github_hotfix_retry' into 'develop'
KASM-6955 Add retries to manifest jobs Closes KASM-6955 See merge request kasm-technologies/internal/workspaces-images!262
This commit is contained in:
commit
56fedf6d61
@ -166,6 +166,7 @@ manifest_{{ IMAGE.name }}:
|
|||||||
needs:
|
needs:
|
||||||
- test_{{ IMAGE.name }}
|
- test_{{ IMAGE.name }}
|
||||||
when: on_success
|
when: on_success
|
||||||
|
retry: 1
|
||||||
tags:
|
tags:
|
||||||
- oci-fixed-amd
|
- oci-fixed-amd
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@ -196,6 +197,7 @@ manifest_{{ IMAGE.name }}:
|
|||||||
needs:
|
needs:
|
||||||
- test_{{ IMAGE.name }}
|
- test_{{ IMAGE.name }}
|
||||||
when: on_success
|
when: on_success
|
||||||
|
retry: 1
|
||||||
tags:
|
tags:
|
||||||
- oci-fixed-amd
|
- oci-fixed-amd
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user