Skip to content

fix: address PR review thread comments #24

fix: address PR review thread comments

fix: address PR review thread comments #24

Workflow file for this run

# cloudbuild.yaml

Check failure on line 1 in .github/workflows/cloudbuild.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/cloudbuild.yaml

Invalid workflow file

(Line: 2, Col: 1): Unexpected value 'steps', (Line: 2, Col: 1): Required property is missing: jobs
steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/$PROJECT_ID/deafauth', '.']
- name: 'gcr.io/cloud-builders/docker'
args: ['push', 'gcr.io/$PROJECT_ID/deafauth']
- name: 'gcr.io/google.com/cloudsdktool/cloud-sdk'
entrypoint: gcloud
args: ['run', 'deploy', 'deafauth', '--image', 'gcr.io/$PROJECT_ID/deafauth']