Skip to content

Commit

Permalink
🐛 fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxvik-xakerxxx committed Jun 28, 2024
1 parent 27aff44 commit 9d4df7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
mkdir ~/.kube/
echo "${{ secrets.K8SCONFIG_PROD }}" | base64 -d > config
mv config ~/.kube/
kubectl set image deployment rarime-dashboard template=ghcr.io/$GITHUB_REPOSITORY:$GITHUB_SHA -n robotornot
kubectl set image deployment rarime-dashboard template=ghcr.io/$GITHUB_REPOSITORY:$GITHUB_REF_NAME -n robotornot

0 comments on commit 9d4df7e

Please sign in to comment.