Skip to content

Commit

Permalink
Update actions.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvarko authored Mar 8, 2024
1 parent c284a2e commit c297f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
echo "${{ secrets.KUBECONFIG }}" > config
mv config ~/.kube/
ls ~/.kube/
kubectl set image deployment/morpheus-dev-webclient webclient=ghcr.io/$GITHUB_REPOSITORY:$GITHUB_SHA -n morpheus-dev
kubectl set image deployment/morpheus-dev-webclient webclient=ghcr.io/morpheusais/dashboard:$GITHUB_SHA -n morpheus-dev

0 comments on commit c297f4f

Please sign in to comment.