Skip to content

Commit c3aa278

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/update-images.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,14 +275,11 @@ jobs:
275275
with:
276276
version: '319.0.0'
277277
service_account_email: ${{ secrets.GKE_EMAIL }}
278+
install_components: 'gke-gcloud-auth-plugin'
278279

279280
- name: Configure docker to use the gcloud command-line tool as a credential helper
280281
run: |
281282
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
286283
287284
- name: Configure kCTF cluster
288285
run: |

0 commit comments

Comments
 (0)