Skip to content

Commit

Permalink
Use docker image from github instead of dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
th0th committed Dec 13, 2020
1 parent d362eba commit 472d2f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Rancher redeploy workload
description: An action for redeploying a Rancher workload
description: An action for redeploying Rancher workload(s)
author: Gokhan Sari
branding:
icon: refresh-cw
color: blue
runs:
using: docker
image: Dockerfile
image: docker.pkg.github.com/th0th/rancher-redeploy-workload/rancher-redeploy-workload:0.7
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.6
uses: th0th/rancher-redeploy-workload@v0.7
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:v0.6
docker.pkg.github.com/th0th/rancher-redeploy-workload/rancher-redeploy-workload:0.7
```

## Shameless plug
Expand Down

0 comments on commit 472d2f3

Please sign in to comment.