Images: Trigger other builds. (#12112)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
parent
1e72428636
commit
ba90c4ff75
11 changed files with 5 additions and 11 deletions
|
@ -12,4 +12,3 @@ steps:
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- gcloud auth configure-docker && make release
|
- gcloud auth configure-docker && make release
|
||||||
timeout: 1800s
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v1.0.0
|
v1.0.1
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v1.0.1
|
v1.0.2
|
||||||
|
|
|
@ -9,4 +9,3 @@ steps:
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- gcloud auth configure-docker && cd images && make NAME=custom-error-pages push
|
- gcloud auth configure-docker && cd images && make NAME=custom-error-pages push
|
||||||
timeout: 3600s
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v1.0.1
|
v1.0.2
|
||||||
|
|
|
@ -9,4 +9,3 @@ steps:
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- gcloud auth configure-docker && cd images && make NAME=fastcgi-helloserver push
|
- gcloud auth configure-docker && cd images && make NAME=fastcgi-helloserver push
|
||||||
timeout: 3600s
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v1.0.1
|
v1.0.2
|
||||||
|
|
|
@ -9,4 +9,3 @@ steps:
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- gcloud auth configure-docker && cd images && make NAME=httpbun push
|
- gcloud auth configure-docker && cd images && make NAME=httpbun push
|
||||||
timeout: 3600s
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v1.4.3
|
v1.4.4
|
||||||
|
|
|
@ -9,4 +9,3 @@ steps:
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- gcloud auth configure-docker && cd images && make NAME=kube-webhook-certgen push
|
- gcloud auth configure-docker && cd images && make NAME=kube-webhook-certgen push
|
||||||
timeout: 1800s
|
|
||||||
|
|
|
@ -9,4 +9,3 @@ steps:
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- gcloud auth configure-docker && cd images/test-runner && make push
|
- gcloud auth configure-docker && cd images/test-runner && make push
|
||||||
timeout: 1800s
|
|
||||||
|
|
Loading…
Reference in a new issue