Skip to content

Commit

Permalink
Update upgrade.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lansongxx authored Jan 15, 2024
1 parent 94b1200 commit 1566ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ jobs:
mkdir .kube
echo "${{ vars.KUBE_CONFIG }}" > .kube/config
kubectl get deployment ${{ env.IMAGE_NAME }} -n ${{ vars.BASE_TEST_NAMESPACE }} -o yaml |\
sed 's/^\( - image: cloudmind\/${{ env.IMAGE_NAME }}:\).*$/\1${{ needs.build.outputs.version }}/' |\
sed 's/^\( - image: lansongxx\/${{ env.IMAGE_NAME }}:\).*$/\1${{ needs.build.outputs.version }}/' |\
kubectl apply -f -

0 comments on commit 1566ebd

Please sign in to comment.