File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -678,6 +678,14 @@ jobs:
678
678
sudo chown $(whoami) -R /tmp/io
679
679
sed -i 's/[\./]server[\./]//g' /tmp/io/coverage.xml
680
680
sed -i "s\<source></source>\<source>$GITHUB_WORKSPACE/server</source>\g" /tmp/io/coverage.xml
681
+ - name : docker push (temporary hack)
682
+ if : " (!contains(steps.get-merged-pull-request.outputs.labels, 'hotfix') || github.event_name != 'push')"
683
+ run : |
684
+ export IMAGE=us-east1-docker.pkg.dev/${{ secrets.GOOGLE_PROJECT }}/images/api:resurrection
685
+ GOOGLE_CREDENTIALS=${{ secrets.GOOGLE_CREDENTIALS }} \
686
+ GOOGLE_PROJECT=${{ secrets.GOOGLE_PROJECT }} \
687
+ make gcloud-login
688
+ make docker-push
681
689
- uses : codecov/codecov-action@v3
682
690
if : " (!contains(steps.get-merged-pull-request.outputs.labels, 'hotfix') || github.event_name != 'push')"
683
691
name : codecov
You can’t perform that action at this time.
0 commit comments