We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a6b8b commit 9a0789cCopy full SHA for 9a0789c
cloudbuild.yaml
@@ -2,7 +2,7 @@ substitutions:
2
_REGION: europe-west8
3
steps:
4
5
- # Step 1: Docker build&push
+ # Step 1: Google Cloud Build - Docker build&push
6
- name: 'gcr.io/k8s-skaffold/skaffold'
7
entrypoint: 'sh'
8
args:
@@ -17,7 +17,7 @@ steps:
17
--default-repo=${_REGION}-docker.pkg.dev/quartz-manager-test/quartz-manager/quartz-manager-standalone \
18
--push=true
19
20
- # Step 2: cloud deploy
+ # Step 2: Google Cloud Deploy - deploy
21
- name: 'google/cloud-sdk:latest'
22
23
0 commit comments