Updated CI Prompt of how to deploy to k8s

This commit is contained in:
Mingchen Dai 2024-10-14 06:55:25 +00:00
parent f42c51cbef
commit 15e6f043f1
No known key found for this signature in database
GPG Key ID: 830D8248E627888A

@ -37,6 +37,8 @@ jobs:
run: |
echo "🍏 This job's status is ${{ job.status }}."
echo "Output Artifact: ${{ vars.DOCKER_REGISTRY_ADDRESS }}/${{ vars.DOCKER_REPOSITORY_ARTIFACT }}-${{ gitea.sha }}"
echo ""
echo "Please deploy this version of k8s Operator by: make deploy IMG=${{ vars.DOCKER_REGISTRY_ADDRESS }}/${{ vars.DOCKER_REPOSITORY_ARTIFACT }}-${{ gitea.sha }}"
#