Skip to content

Commit 1d03eb9

Browse files
chore: add cloudbuild_dev.yaml (#30)
1 parent bd0acfe commit 1d03eb9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

cloudbuild_dev.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Build and Push the sarif parser image to GCR
2+
timeout: 5m0s
3+
4+
steps:
5+
- name: "gcr.io/cloud-builders/docker:20.10.14"
6+
args:
7+
- build
8+
- -t
9+
- ${_REGISTRY_NAME}:dev # always use 'dev' tag on development builds
10+
- .
11+
images: ["${_REGISTRY_NAME}:dev"]
12+
options:
13+
machineType: "E2_HIGHCPU_8"

0 commit comments

Comments
 (0)