diff --git a/.gitea/workflows/devstar-devcontainer-operator-ci.yaml b/.gitea/workflows/devstar-devcontainer-operator-ci.yaml index f7d6177..3834af7 100644 --- a/.gitea/workflows/devstar-devcontainer-operator-ci.yaml +++ b/.gitea/workflows/devstar-devcontainer-operator-ci.yaml @@ -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 }}" #