Skip to content

Commit

Permalink
github action updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thezanke committed Jan 24, 2021
1 parent 90f3347 commit 3ae2bc1
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_REF --record
run: kubectl set image deployment/ph8 ph8=docker.pkg.github.com/thezanke/ph8/ph8:${{ github.release.tag_name }} --record

0 comments on commit 3ae2bc1

Please sign in to comment.