We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24a9d9 commit c3aa278Copy full SHA for c3aa278
.github/workflows/update-images.yaml
@@ -275,14 +275,11 @@ jobs:
275
with:
276
version: '319.0.0'
277
service_account_email: ${{ secrets.GKE_EMAIL }}
278
+ install_components: 'gke-gcloud-auth-plugin'
279
280
- name: Configure docker to use the gcloud command-line tool as a credential helper
281
run: |
282
gcloud auth configure-docker
-
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
286
287
- name: Configure kCTF cluster
288
0 commit comments