Increase retry-count from 3 (default) to 6 in VIB action (#10529)

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
Carlos Rodríguez Hernández
2022-10-18 16:58:29 +02:00
committed by GitHub
parent ee412f3ad2
commit 5c5df28243
2 changed files with 2 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ jobs:
if: ${{ steps.get-container-metadata.outputs.result == 'ok' }}
with:
pipeline: ${{ steps.get-dsl-filepath.outputs.dsl_path }}/vib-publish.json
retry-count: 6
env:
# Path with docker resources
VIB_ENV_PATH: ${{ matrix.container }}

View File

@@ -101,6 +101,7 @@ jobs:
if: ${{ steps.get-container-metadata.outputs.result == 'ok' }}
with:
pipeline: ${{ steps.get-container-metadata.outputs.name }}/vib-verify.json
retry-count: 6
env:
# Path with docker resources
VIB_ENV_PATH: ${{ matrix.container }}