Skip to content

Commit

Permalink
Create cloudbuild_dev.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Srijan Saurav <68371686+srijan-deepsource@users.noreply.github.com>
  • Loading branch information
srijan-deepsource authored Sep 12, 2024
1 parent bab9b7b commit 13a4294
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cloudbuild_dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Build and Push the sarif parser image to GCR
timeout: 5m0s

steps:
- name: "gcr.io/cloud-builders/docker:20.10.14"
args:
- build
- -t
- ${_REGISTRY_NAME}:dev # always use 'dev' tag on development builds
- .
images: ["${_REGISTRY_NAME}:dev"]
options:
machineType: "E2_HIGHCPU_8"

0 comments on commit 13a4294

Please sign in to comment.