Skip to content

Commit

Permalink
github action update
Browse files Browse the repository at this point in the history
  • Loading branch information
thezanke committed Jan 24, 2021
1 parent 3ae2bc1 commit 3e563eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: Save DigitalOcean kubeconfig
run: doctl kubernetes cluster kubeconfig save thezanke-cluster
- name: Update K8s Deployment
run: kubectl set image deployment/ph8 ph8=docker.pkg.github.com/thezanke/ph8/ph8:${{ github.release.tag_name }} --record
run: kubectl set image deployment/ph8 ph8=docker.pkg.github.com/thezanke/ph8/ph8:${{ github.event.release.tag_name }} --record

0 comments on commit 3e563eb

Please sign in to comment.