Skip to content

Update codecov/gha-workflows action to v1.2.12 #10

Update codecov/gha-workflows action to v1.2.12

Update codecov/gha-workflows action to v1.2.12 #10

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/[email protected]

Check failure on line 13 in .github/workflows/self-hosted-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/self-hosted-release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/self-hosted-release.yml" -> "codecov/gha-workflows/.github/workflows/[email protected]" : failed to fetch workflow: workflow was not found.
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/[email protected]
secrets: inherit
with:
push_release: true
repo: ${{ vars.CODECOV_GATEWAY_IMAGE || 'codecov/self-hosted-gateway' }}
cache_requirements: false