We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629f3ba commit 8e3cb3eCopy full SHA for 8e3cb3e
cloudbuild.yaml
@@ -0,0 +1,14 @@
1
+steps:
2
+ - name: gcr.io/cloud-builders/docker
3
+ args:
4
+ - build
5
+ - --tag=gcr.io/$PROJECT_ID/kernel-module-management-operator:$_GIT_TAG
6
+ - --tag=gcr.io/$PROJECT_ID/kernel-module-management-operator:latest
7
+ - .
8
+# this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
9
+# or any new substitutions added in the future.
10
+options:
11
+ substitution_option: ALLOW_LOOSE
12
+images:
13
+ - gcr.io/$PROJECT_ID/kernel-module-management-operator:$_GIT_TAG
14
+ - gcr.io/$PROJECT_ID/kernel-module-management-operator:latest
0 commit comments