Skip to content

Commit f0490cb

Browse files
fix: change all cloudbuild jobs configuration (#8870)
Signed-off-by: Jintao Zhang <[email protected]>
1 parent 91e6174 commit f0490cb

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

images/cfssl/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
- -c
1717
- |
1818
gcloud auth configure-docker \
19-
&& make push
19+
&& cd images/cfssl && make push
2020
substitutions:
2121
_GIT_TAG: "12345"
2222
_PULL_BASE_REF: "master"

images/custom-error-pages/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
- -c
1717
- |
1818
gcloud auth configure-docker \
19-
&& make push
19+
&& cd images/custom-error-pages && make push
2020
substitutions:
2121
_GIT_TAG: "12345"
2222
_PULL_BASE_REF: "master"

images/echo/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
- -c
1717
- |
1818
gcloud auth configure-docker \
19-
&& make push
19+
&& cd images/echo && make push
2020
substitutions:
2121
_GIT_TAG: "12345"
2222
_PULL_BASE_REF: "master"

images/ext-auth-example-authsvc/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ steps:
1818
- -c
1919
- |
2020
gcloud auth configure-docker \
21-
&& make push
21+
&& cd images/ext-auth-example-authsvc && make push
2222
substitutions:
2323
_GIT_TAG: "12345"
2424
_PULL_BASE_REF: "master"

images/fastcgi-helloserver/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
- -c
1717
- |
1818
gcloud auth configure-docker \
19-
&& make push
19+
&& cd images/fastcgi-helloserver && make push
2020
substitutions:
2121
_GIT_TAG: "12345"
2222
_PULL_BASE_REF: "master"

images/go-grpc-greeter-server/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ steps:
1818
- -c
1919
- |
2020
gcloud auth configure-docker \
21-
&& make push
21+
&& cd images/go-grpc-greeter-server && make push
2222
substitutions:
2323
_GIT_TAG: "12345"
2424
_PULL_BASE_REF: "master"

images/httpbin/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ steps:
1818
- -c
1919
- |
2020
gcloud auth configure-docker \
21-
&& make push
21+
&& cd images/httpbin && make push
2222
substitutions:
2323
_GIT_TAG: "12345"
2424
_PULL_BASE_REF: "master"

images/kube-webhook-certgen/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ steps:
3131
- -c
3232
- |
3333
gcloud auth configure-docker \
34-
&& make push
34+
&& cd images/kube-webhook-certgen && make push
3535
substitutions:
3636
_GIT_TAG: "12345"
3737
_PULL_BASE_REF: "main"

images/nginx/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
- -c
1717
- |
1818
gcloud auth configure-docker \
19-
&& make push
19+
&& cd images/nginx && make push
2020
substitutions:
2121
_GIT_TAG: "12345"
2222
_PULL_BASE_REF: "master"

images/opentelemetry/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ steps:
1818
- -c
1919
- |
2020
gcloud auth configure-docker \
21-
&& make push
21+
&& cd images/opentelemetry && make push
2222
substitutions:
2323
_GIT_TAG: "12345"
2424
_PULL_BASE_REF: "main"

0 commit comments

Comments
 (0)