Skip to content

Commit 10e8d13

Browse files
author
Nirmal AK
committed
Adds cloudbuild
1 parent 6526199 commit 10e8d13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cloudbuild.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ steps:
22

33
- id: build-image
44
name: 'gcr.io/cloud-builders/docker'
5-
args: ['build', '-f', 'Dockerfile', '.', '-t', 'gcr.io/$PROJECT_ID/ethereum-etl:${_TAG_NAME}']
5+
args: ['build', '-f', 'Dockerfile', '.', '-t', 'gcr.io/$PROJECT_ID/ethereum-etl:${TAG_NAME}']
66

77
- id: push-image
88
name: 'gcr.io/cloud-builders/docker'
9-
args: ['push', 'gcr.io/$PROJECT_ID/ethereum-etl:${_TAG_NAME}']
9+
args: ['push', 'gcr.io/$PROJECT_ID/ethereum-etl:${TAG_NAME}']
1010
waitFor: ['build-image']
1111

12-
timeout: 600s
12+
timeout: 600sg

0 commit comments

Comments
 (0)