Skip to content

Commit

Permalink
Bump doctl version to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Mar 1, 2019
1 parent 56343df commit e63cdc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ action "Save DigitalOcean kubeconfig" {
env = {
CLUSTER_NAME = "example"
}
args = ["kubernetes", "cluster", "kubeconfig", "save", "$CLUSTER_NAME"]
args = ["kubernetes cluster kubeconfig show $CLUSTER_NAME > $HOME/.kubeconfig"]
}
```

Expand Down
4 changes: 2 additions & 2 deletions doctl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
FROM alpine:3.5

LABEL "name"="doctl"
LABEL "version"="0.0.1"
LABEL "version"="0.1.0"
LABEL "maintainer"="Andrew Starr-Bochicchio <asb@digitalocean.com>"

LABEL "com.github.actions.name"="GitHub Action for DigitalOcean"
LABEL "com.github.actions.description"="Wraps doctl to enable common DigitalOcean commands."
LABEL "com.github.actions.icon"="droplet"
LABEL "com.github.actions.color"="blue"

ENV DOCTL_VERSION=1.12.2
ENV DOCTL_VERSION=1.13.0

RUN apk add --no-cache curl

Expand Down

0 comments on commit e63cdc5

Please sign in to comment.