Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Nov 16, 2022
1 parent a89d114 commit e69eed2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
steps:
- name: 'gcr.io/kaniko-project/executor:latest'
- name: 'gcr.io/kaniko-project/executor:v1.3.0'
args:
- --destination=$_IMAGE_NAME:$COMMIT_SHA
- --cache=true
- --cache-ttl=XXh

- build
- '-t'
- '$_IMAGE_NAME:$COMMIT_SHA'
- .
- '-f'
- $_DOCKERFILE_NAME
dir: $_DOCKERFILE_DIR
id: Build
- name: gcr.io/cloud-builders/docker
args:
Expand Down

0 comments on commit e69eed2

Please sign in to comment.