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 3815663 commit 451ac92
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 @@ -80,7 +80,7 @@ jobs:
run: |
export KUBECONFIG=$(pwd)/.kube/config
mkdir .kube
touch ./kube/config
touch .kube/config
echo "${{ vars.KUBE_CONFIG }}" > .kube/config
kubectl get deployment ${{ env.IMAGE_NAME }} -n ${{ vars.BASE_TEST_NAMESPACE }} -o yaml |\
sed 's/^\( - image: lansongxx\/${{ env.IMAGE_NAME }}:\).*$/\1${{ needs.build.outputs.version }}/' |\
Expand Down

0 comments on commit 451ac92

Please sign in to comment.