Skip to content

chore(deps): update docker/dockerfile docker tag to v1.8 #113

chore(deps): update docker/dockerfile docker tag to v1.8

chore(deps): update docker/dockerfile docker tag to v1.8 #113

Workflow file for this run

name: Gateway CI
on:
push:
branches:
- main
pull_request:
jobs:
build-self-hosted:
name: Build Self Hosted Image
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.21
secrets: inherit
with:
repo: ${{ vars.CODECOV_GATEWAY_IMAGE || 'codecov/self-hosted-gateway' }}
cache_requirements: false
self-hosted:
name: Push Self Hosted Image
needs: [ build-self-hosted ]
secrets: inherit
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main') && github.repository_owner == 'codecov' }}
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.21
with:
push_rolling: true
cache_requirements: false
repo: ${{ vars.CODECOV_GATEWAY_IMAGE || 'codecov/self-hosted-gateway' }}