Skip to content

Commit

Permalink
Images: Trigger other builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko committed Oct 5, 2024
1 parent 7362288 commit d893700
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 11 deletions.
1 change: 0 additions & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ steps:
args:
- -c
- gcloud auth configure-docker && make release
timeout: 1800s
2 changes: 1 addition & 1 deletion images/cfssl/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.0
v1.0.1
2 changes: 1 addition & 1 deletion images/custom-error-pages/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.1
v1.0.2
1 change: 0 additions & 1 deletion images/custom-error-pages/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ steps:
args:
- -c
- gcloud auth configure-docker && cd images && make NAME=custom-error-pages push
timeout: 3600s
2 changes: 1 addition & 1 deletion images/fastcgi-helloserver/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.1
v1.0.2
1 change: 0 additions & 1 deletion images/fastcgi-helloserver/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ steps:
args:
- -c
- gcloud auth configure-docker && cd images && make NAME=fastcgi-helloserver push
timeout: 3600s
2 changes: 1 addition & 1 deletion images/httpbun/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.1
v1.0.2
1 change: 0 additions & 1 deletion images/httpbun/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ steps:
args:
- -c
- gcloud auth configure-docker && cd images && make NAME=httpbun push
timeout: 3600s
2 changes: 1 addition & 1 deletion images/kube-webhook-certgen/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.3
v1.4.4
1 change: 0 additions & 1 deletion images/kube-webhook-certgen/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ steps:
args:
- -c
- gcloud auth configure-docker && cd images && make NAME=kube-webhook-certgen push
timeout: 1800s
1 change: 0 additions & 1 deletion images/test-runner/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ steps:
args:
- -c
- gcloud auth configure-docker && cd images/test-runner && make push
timeout: 1800s

0 comments on commit d893700

Please sign in to comment.