Skip to content

Commit

Permalink
Merge pull request #60 from codecov/trent-codecov-patch-2
Browse files Browse the repository at this point in the history
Fix CI files
  • Loading branch information
trent-codecov committed Jul 26, 2023
2 parents e34d0e4 + 5ceac37 commit 9143f72
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/gcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

env:
CODECOV_DEVOPS_IMAGE: ${{ vars.CODECOV_DEVOPS_IMAGE }}
CODECOV_GATEWAY_IMAGE: ${{ vars.CODECOV_GATEWAY_IMAGE }}

jobs:
setup-build-publish:
name: Setup, Build, Publish
Expand Down Expand Up @@ -63,4 +67,4 @@ jobs:

- name: Publish Rolling
run: |-
make push.rolling
make push.rolling
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- main
types: [closed]

env:
CODECOV_DEVOPS_IMAGE: ${{ vars.CODECOV_DEVOPS_IMAGE }}
CODECOV_GATEWAY_IMAGE: ${{ vars.CODECOV_GATEWAY_IMAGE }}

jobs:
push_to_registry:
name: Tag Release ${{ github.head_ref }} and Push Docker image to Docker Hub
Expand Down Expand Up @@ -68,4 +72,4 @@ jobs:
echo Attempt $COUNTER
sleep 3
done
make release
make release

0 comments on commit 9143f72

Please sign in to comment.