Skip to content

Commit

Permalink
Bump version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
th0th committed Jun 17, 2021
1 parent 55a140b commit dab6a06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

```yaml
- name: Update rancher deployment
uses: th0th/rancher-redeploy-workload@v0.82
uses: th0th/rancher-redeploy-workload@v0.9
env:
RANCHER_BEARER_TOKEN: ${{ secrets.RANCHER_BEARER_TOKEN }}
RANCHER_CLUSTER_ID: 'c-qxyky'
Expand All @@ -28,7 +28,7 @@ $ docker run --rm -it \
-e RANCHER_PROJECT_ID="p-hm2z1" \
-e RANCHER_URL="https://rancher.aperturescience.tld" \
-e RANCHER_WORKLOADS="wheatley1,wheatley2" \
th0th/rancher-redeploy-workload:0.82
th0th/rancher-redeploy-workload:0.9
```

## Shameless plug
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ branding:
color: blue
runs:
using: docker
image: docker://th0th/rancher-redeploy-workload:0.82
image: docker://th0th/rancher-redeploy-workload:0.9

0 comments on commit dab6a06

Please sign in to comment.