Skip to content

Commit 90259d6

Browse files
authored
Images: Trigger other builds. (#12110)
1 parent 7362288 commit 90259d6

File tree

11 files changed

+5
-11
lines changed

11 files changed

+5
-11
lines changed

cloudbuild.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ steps:
1212
args:
1313
- -c
1414
- gcloud auth configure-docker && make release
15-
timeout: 1800s

images/cfssl/TAG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.0
1+
v1.0.1

images/custom-error-pages/TAG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.1
1+
v1.0.2

images/custom-error-pages/cloudbuild.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ steps:
99
args:
1010
- -c
1111
- gcloud auth configure-docker && cd images && make NAME=custom-error-pages push
12-
timeout: 3600s

images/fastcgi-helloserver/TAG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.1
1+
v1.0.2

images/fastcgi-helloserver/cloudbuild.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ steps:
99
args:
1010
- -c
1111
- gcloud auth configure-docker && cd images && make NAME=fastcgi-helloserver push
12-
timeout: 3600s

images/httpbun/TAG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.1
1+
v1.0.2

images/httpbun/cloudbuild.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ steps:
99
args:
1010
- -c
1111
- gcloud auth configure-docker && cd images && make NAME=httpbun push
12-
timeout: 3600s

images/kube-webhook-certgen/TAG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.4.3
1+
v1.4.4

images/kube-webhook-certgen/cloudbuild.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ steps:
99
args:
1010
- -c
1111
- gcloud auth configure-docker && cd images && make NAME=kube-webhook-certgen push
12-
timeout: 1800s

0 commit comments

Comments
 (0)