File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
build-self-hosted :
12
12
name : Build Self Hosted Image
13
- uses : codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.21
13
+ uses : codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.22.23
14
14
secrets : inherit
15
15
with :
16
16
repo : ${{ vars.CODECOV_GATEWAY_IMAGE || 'codecov/self-hosted-gateway' }}
21
21
needs : [ build-self-hosted ]
22
22
secrets : inherit
23
23
if : ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main') && github.repository_owner == 'codecov' }}
24
- uses : codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.21
24
+ uses : codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.22.23
25
25
with :
26
26
push_rolling : true
27
27
cache_requirements : false
Original file line number Diff line number Diff line change 10
10
jobs :
11
11
create-release-pr :
12
12
name : Create PR for Release ${{ github.event.inputs.versionName }}
13
- uses : codecov/gha-workflows/.github/workflows/create-release-pr.yml@v1.2.21
13
+ uses : codecov/gha-workflows/.github/workflows/create-release-pr.yml@v1.22.23
14
14
secrets : inherit
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
10
10
create-release :
11
11
name : Tag Release ${{ github.head_ref }} and Push Docker image to Docker Hub
12
12
if : ${{ github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/') && github.repository_owner == 'codecov' }}
13
- uses : codecov/gha-workflows/.github/workflows/create-release.yml@v1.2.21
13
+ uses : codecov/gha-workflows/.github/workflows/create-release.yml@v1.22.23
14
14
with :
15
15
tag_to_prepend : self-hosted-
16
16
secrets : inherit
17
17
18
18
push-image :
19
19
needs : [create-release]
20
20
if : ${{ github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/') && github.repository_owner == 'codecov' }}
21
- uses : codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.21
21
+ uses : codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.22.23
22
22
secrets : inherit
23
23
with :
24
24
push_release : true
You can’t perform that action at this time.
0 commit comments