Skip to content

Commit

Permalink
chore: add cloudbuild_dev.yaml (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaan-deepsource authored Feb 16, 2024
1 parent bd0acfe commit 1d03eb9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cloudbuild_dev.yaml
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 1d03eb9

Please sign in to comment.