Skip to content

Commit d24a9d9

Browse files
authored
Update update-images.yaml
1 parent a2f0960 commit d24a9d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update-images.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,10 @@ jobs:
279279
- name: Configure docker to use the gcloud command-line tool as a credential helper
280280
run: |
281281
gcloud auth configure-docker
282+
283+
- name: Configure gke auth plugin to use the gcloud command-line tool as a credential helper
284+
run: |
285+
gcloud components install gke-gcloud-auth-plugin
282286
283287
- name: Configure kCTF cluster
284288
run: |

0 commit comments

Comments
 (0)