diff --git a/.github/workflows/cd-pipeline.yml b/.github/workflows/cd-pipeline.yml index 3af56ac816a6..c2471e8023e0 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -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 }} diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 8f614d95f74c..4aac233d2255 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -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 }}