mirror of
https://github.com/bitnami/containers.git
synced 2026-02-17 19:47:15 +08:00
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:
committed by
GitHub
parent
ee412f3ad2
commit
5c5df28243
1
.github/workflows/cd-pipeline.yml
vendored
1
.github/workflows/cd-pipeline.yml
vendored
@@ -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 }}
|
||||
|
||||
1
.github/workflows/ci-pipeline.yml
vendored
1
.github/workflows/ci-pipeline.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user