Skip to content

Commit

Permalink
Ci Consolidate
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-codecov committed Sep 29, 2023
1 parent 892d973 commit 08b7242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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' }}

2 changes: 1 addition & 1 deletion .github/workflows/self-hosted-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 08b7242

Please sign in to comment.