Skip to content

chore(deps): update codecov/gha-workflows action to v1.2.21 #22

chore(deps): update codecov/gha-workflows action to v1.2.21

chore(deps): update codecov/gha-workflows action to v1.2.21 #22

name: Create Self Hosted Release
on:
pull_request:
branches:
- main
types: [closed]
jobs:
create-release:
name: Tag Release ${{ github.head_ref }} and Push Docker image to Docker Hub
if: ${{ github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/') && github.repository_owner == 'codecov' }}
uses: codecov/gha-workflows/.github/workflows/create-release.yml@v1.2.21
with:
tag_to_prepend: self-hosted-
secrets: inherit
push-image:
needs: [create-release]
if: ${{ github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/') && github.repository_owner == 'codecov' }}
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.21
secrets: inherit
with:
push_release: true
repo: ${{ vars.CODECOV_GATEWAY_IMAGE || 'codecov/self-hosted-gateway' }}
cache_requirements: false