Skip to content

Commit

Permalink
1.7.0はGoogle Cloud Buildでは動かんらしい
Browse files Browse the repository at this point in the history
  • Loading branch information
sinmetal committed Jan 25, 2022
1 parent 88713e7 commit 663414c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ steps:
entrypoint: 'go'
args: ['build', '.']
env: ['GO111MODULE=on']
- name: 'gcr.io/kaniko-project/executor:v1.7.0'
- name: 'gcr.io/kaniko-project/executor:v1.6.0'
args:
- --destination=asia-northeast1-docker.pkg.dev/$PROJECT_ID/cloudrun-helloworld/$BRANCH_NAME:$COMMIT_SHA
- --cache=true
Expand Down

0 comments on commit 663414c

Please sign in to comment.