From 08b7242d05efb323f3ecd5d1c317c1f819e6e9be Mon Sep 17 00:00:00 2001 From: trent-codecov Date: Fri, 29 Sep 2023 11:01:29 -0400 Subject: [PATCH] Ci Consolidate --- .github/workflows/ci.yml | 4 ++-- .github/workflows/self-hosted-release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b67ae4..80dd980 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.0.0 secrets: inherit with: - repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-gateway' }} + repo: ${{ vars.CODECOV_GATEWAY_IMAGE || 'codecov/self-hosted-gateway' }} cache_requirements: false self-hosted: @@ -25,5 +25,5 @@ jobs: with: push_rolling: true cache_requirements: false - repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-gateway' }} + repo: ${{ vars.CODECOV_GATEWAY_IMAGE || 'codecov/self-hosted-gateway' }} diff --git a/.github/workflows/self-hosted-release.yml b/.github/workflows/self-hosted-release.yml index 0516ab9..924cd5d 100644 --- a/.github/workflows/self-hosted-release.yml +++ b/.github/workflows/self-hosted-release.yml @@ -20,5 +20,5 @@ jobs: secrets: inherit with: push_release: true - repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-gateway' }} + repo: ${{ vars.CODECOV_GATEWAY_IMAGE || 'codecov/self-hosted-gateway' }} cache_requirements: false