File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
- name : Export credentials for Docker
24
24
run : gcloud auth configure-docker asia-northeast1-docker.pkg.dev -q
25
25
- name : Set up Docker buildx
26
- uses : docker/setup-buildx-action@v2
26
+ uses : docker/setup-buildx-action@v3
27
27
- name : Build and push controller-manager
28
28
uses : docker/build-push-action@v3
29
29
with :
55
55
- name : Export credentials for Docker
56
56
run : gcloud auth configure-docker asia-northeast1-docker.pkg.dev -q
57
57
- name : Set up Docker buildx
58
- uses : docker/setup-buildx-action@v2
58
+ uses : docker/setup-buildx-action@v3
59
59
- name : Build and push gateway
60
60
uses : docker/build-push-action@v3
61
61
with :
89
89
- name : Export credentials for Docker
90
90
run : gcloud auth configure-docker asia-northeast1-docker.pkg.dev -q
91
91
- name : Set up Docker buildx
92
- uses : docker/setup-buildx-action@v2
92
+ uses : docker/setup-buildx-action@v3
93
93
- name : Build and push nclet
94
94
uses : docker/build-push-action@v3
95
95
with :
You can’t perform that action at this time.
0 commit comments