File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 16
16
- -c
17
17
- |
18
18
gcloud auth configure-docker \
19
- && make push
19
+ && cd images/cfssl && make push
20
20
substitutions :
21
21
_GIT_TAG : " 12345"
22
22
_PULL_BASE_REF : " master"
Original file line number Diff line number Diff line change 16
16
- -c
17
17
- |
18
18
gcloud auth configure-docker \
19
- && make push
19
+ && cd images/custom-error-pages && make push
20
20
substitutions :
21
21
_GIT_TAG : " 12345"
22
22
_PULL_BASE_REF : " master"
Original file line number Diff line number Diff line change 16
16
- -c
17
17
- |
18
18
gcloud auth configure-docker \
19
- && make push
19
+ && cd images/echo && make push
20
20
substitutions :
21
21
_GIT_TAG : " 12345"
22
22
_PULL_BASE_REF : " master"
Original file line number Diff line number Diff line change 18
18
- -c
19
19
- |
20
20
gcloud auth configure-docker \
21
- && make push
21
+ && cd images/ext-auth-example-authsvc && make push
22
22
substitutions :
23
23
_GIT_TAG : " 12345"
24
24
_PULL_BASE_REF : " master"
Original file line number Diff line number Diff line change 16
16
- -c
17
17
- |
18
18
gcloud auth configure-docker \
19
- && make push
19
+ && cd images/fastcgi-helloserver && make push
20
20
substitutions :
21
21
_GIT_TAG : " 12345"
22
22
_PULL_BASE_REF : " master"
Original file line number Diff line number Diff line change 18
18
- -c
19
19
- |
20
20
gcloud auth configure-docker \
21
- && make push
21
+ && cd images/go-grpc-greeter-server && make push
22
22
substitutions :
23
23
_GIT_TAG : " 12345"
24
24
_PULL_BASE_REF : " master"
Original file line number Diff line number Diff line change 18
18
- -c
19
19
- |
20
20
gcloud auth configure-docker \
21
- && make push
21
+ && cd images/httpbin && make push
22
22
substitutions :
23
23
_GIT_TAG : " 12345"
24
24
_PULL_BASE_REF : " master"
Original file line number Diff line number Diff line change 31
31
- -c
32
32
- |
33
33
gcloud auth configure-docker \
34
- && make push
34
+ && cd images/kube-webhook-certgen && make push
35
35
substitutions :
36
36
_GIT_TAG : " 12345"
37
37
_PULL_BASE_REF : " main"
Original file line number Diff line number Diff line change 16
16
- -c
17
17
- |
18
18
gcloud auth configure-docker \
19
- && make push
19
+ && cd images/nginx && make push
20
20
substitutions :
21
21
_GIT_TAG : " 12345"
22
22
_PULL_BASE_REF : " master"
Original file line number Diff line number Diff line change 18
18
- -c
19
19
- |
20
20
gcloud auth configure-docker \
21
- && make push
21
+ && cd images/opentelemetry && make push
22
22
substitutions :
23
23
_GIT_TAG : " 12345"
24
24
_PULL_BASE_REF : " main"
You can’t perform that action at this time.
0 commit comments