From ba52caf4418c1f694c2ac8f41710db0fb70228e9 Mon Sep 17 00:00:00 2001 From: Marco Ebert Date: Wed, 17 Jul 2024 21:52:33 +0200 Subject: [PATCH] Cloud Build: Remove trailing slash. --- images/custom-error-pages/cloudbuild.yaml | 2 +- images/ext-auth-example-authsvc/cloudbuild.yaml | 2 +- images/fastcgi-helloserver/cloudbuild.yaml | 2 +- images/go-grpc-greeter-server/cloudbuild.yaml | 2 +- images/httpbun/cloudbuild.yaml | 2 +- images/kube-webhook-certgen/cloudbuild.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/images/custom-error-pages/cloudbuild.yaml b/images/custom-error-pages/cloudbuild.yaml index bb74da6b8..0b942879b 100644 --- a/images/custom-error-pages/cloudbuild.yaml +++ b/images/custom-error-pages/cloudbuild.yaml @@ -14,4 +14,4 @@ steps: - -c - | gcloud auth configure-docker \ - && cd images/ && make NAME=custom-error-pages push + && cd images && make NAME=custom-error-pages push diff --git a/images/ext-auth-example-authsvc/cloudbuild.yaml b/images/ext-auth-example-authsvc/cloudbuild.yaml index f7b473cc9..611313438 100644 --- a/images/ext-auth-example-authsvc/cloudbuild.yaml +++ b/images/ext-auth-example-authsvc/cloudbuild.yaml @@ -16,4 +16,4 @@ steps: - -c - | gcloud auth configure-docker \ - && cd images/ && make NAME=ext-auth-example-authsvc push + && cd images && make NAME=ext-auth-example-authsvc push diff --git a/images/fastcgi-helloserver/cloudbuild.yaml b/images/fastcgi-helloserver/cloudbuild.yaml index c0a228fe3..88e215750 100644 --- a/images/fastcgi-helloserver/cloudbuild.yaml +++ b/images/fastcgi-helloserver/cloudbuild.yaml @@ -14,4 +14,4 @@ steps: - -c - | gcloud auth configure-docker \ - && cd images/ && make NAME=fastcgi-helloserver push + && cd images && make NAME=fastcgi-helloserver push diff --git a/images/go-grpc-greeter-server/cloudbuild.yaml b/images/go-grpc-greeter-server/cloudbuild.yaml index e45dd54ef..7dd785fdd 100644 --- a/images/go-grpc-greeter-server/cloudbuild.yaml +++ b/images/go-grpc-greeter-server/cloudbuild.yaml @@ -16,4 +16,4 @@ steps: - -c - | gcloud auth configure-docker \ - && cd images/ && make NAME=go-grpc-greeter-server push + && cd images && make NAME=go-grpc-greeter-server push diff --git a/images/httpbun/cloudbuild.yaml b/images/httpbun/cloudbuild.yaml index 0d01a20f6..46037024a 100644 --- a/images/httpbun/cloudbuild.yaml +++ b/images/httpbun/cloudbuild.yaml @@ -16,4 +16,4 @@ steps: - -c - | gcloud auth configure-docker \ - && cd images/ && make NAME=httpbun push + && cd images && make NAME=httpbun push diff --git a/images/kube-webhook-certgen/cloudbuild.yaml b/images/kube-webhook-certgen/cloudbuild.yaml index c62ecdefb..55a92771c 100644 --- a/images/kube-webhook-certgen/cloudbuild.yaml +++ b/images/kube-webhook-certgen/cloudbuild.yaml @@ -14,4 +14,4 @@ steps: - -c - | gcloud auth configure-docker \ - && cd images/ && make NAME=kube-webhook-certgen push + && cd images && make NAME=kube-webhook-certgen push