Skip to content

Commit

Permalink
remove unrecognized arguments: --build-service-account (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
cru-Luis-Rodriguez authored Jan 7, 2025
1 parent fdaab03 commit 6690001
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-deploy-cloudrun-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ jobs:
gcloud config set project ${{ vars.GCP_PROJECT_ID }}
gcloud run jobs deploy ${{ inputs.job_name }} \
--region=${{ vars.GCP_REGION }} \
--image=us-central1-docker.pkg.dev/${{ vars.GCP_PROJECT_ID }}/gcrj-artifacts/${{ inputs.job_name }}:latest \
--build-service-account=projects/${{ vars.GCP_PROJECT_ID }}/serviceAccounts/${{ vars.GCP_SERVICE_ACCOUNT_EMAIL }}
--image=us-central1-docker.pkg.dev/${{ vars.GCP_PROJECT_ID }}/gcrj-artifacts/${{ inputs.job_name }}:latest
- uses: actions/github-script@v6
if: github.event.pull_request.merged == true
Expand Down

0 comments on commit 6690001

Please sign in to comment.