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 1def2c9 commit 3a1e0b7Copy full SHA for 3a1e0b7
README.md
@@ -17,7 +17,7 @@ docker run \
17
18
## Example
19
20
-Drone 0.5+:
+### Drone 1+
21
22
```yml
23
pipeline:
@@ -33,6 +33,27 @@ pipeline:
33
secrets: [google_credentials]
34
```
35
36
+### Drone 0.5+
37
+
38
+<details>
39
+ <summary>Expand</summary>
40
41
+```yml
42
+steps:
43
+- name: gke-actions
44
+ image: tonglil/auth-gke
45
+ environment:
46
+ PROJECT: my-project
47
+ LOCATION: us-central1-b # zone or region
48
+ CLUSTER: my-cluster
49
+ TOKEN:
50
+ from_secret: google_credentials
51
+ commands:
52
+ - auth-gke
53
+ - kubectl ...
54
+```
55
+</details>
56
57
## Releasing
58
59
Use the base image's `gcloud` version number as the tag:
0 commit comments