Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images: Trigger other builds. #12110

Merged
merged 1 commit into from
Oct 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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