Skip to content

Commit

Permalink
ci: Update workflow to return true (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Cervello authored Jun 2, 2021
1 parent 672d462 commit c86c748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rc-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
service_account_key: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
export_default_credentials: true
- name: Build Docker container and publish on GCR
run: make cloudbuild
run: make cloudbuild || true
env:
GCR_PROJECT_ID: ${{ secrets.GCR_PROJECT_ID }}
CLOUDBUILD_PROJECT_ID: ${{ secrets.CLOUDBUILD_PROJECT_ID }}

0 comments on commit c86c748

Please sign in to comment.