File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 99 # https://github.com/GoogleCloudPlatform/cloud-builders/tree/master/docker
1010 # https://cloud.google.com/build/docs/kaniko-cache
1111 - id : build
12- # Kaniko pinned to earlier version due to
13- # https://github.com/GoogleContainerTools/kaniko/issues/1786
14- name : gcr.io/kaniko-project/executor:v1.6.0
12+ name : gcr.io/kaniko-project/executor:latest
1513 args :
1614 - --dockerfile=./Dockerfile
1715 - --destination=$_GCR_HOSTNAME/$PROJECT_ID/$REPO_NAME/lit-dev:$COMMIT_SHA
Original file line number Diff line number Diff line change 1313 # https://github.com/GoogleCloudPlatform/cloud-builders/tree/master/docker
1414 # https://cloud.google.com/build/docs/kaniko-cache
1515 - id : build
16- # Kaniko pinned to earlier version due to
17- # https://github.com/GoogleContainerTools/kaniko/issues/1786
18- name : gcr.io/kaniko-project/executor:v1.6.0
16+ name : gcr.io/kaniko-project/executor:latest
1917 args :
2018 - --dockerfile=./Dockerfile
2119 - --destination=$_GCR_HOSTNAME/$PROJECT_ID/$REPO_NAME/lit-dev:$COMMIT_SHA
You can’t perform that action at this time.
0 commit comments