File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189189 if : ${{ inputs.WF_SHOW_COMMENT }}
190190 env :
191191 GH_TOKEN : ${{ secrets.WF_GITHUB_TOKEN }}
192- ECR_REPOSITORY : " ${{ secrets.WF_SERVICE_NAME }}_${{ inputs.WF_ENV_TYPE }}_repo "
192+ ECR_REPOSITORY : " ${{ secrets.WF_SERVICE_NAME }}"
193193 run : |
194194 gh pr comment ${{ github.event.pull_request.number }} --body "✅ Deployed image: \`${{ steps.login-ecr.outputs.registry }}/${ECR_REPOSITORY}:${{ inputs.WF_IMAGE_TAG }}\`"
195195 gh pr comment ${{ github.event.pull_request.number }} --body "Segura o link dessa app review aí ó o/
Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ name: CI-K8-BASE-UNDEPLOY
33on :
44 workflow_call :
55 inputs :
6- WF_ENV_TYPE :
7- type : string
8- required : true
96 WF_ENV_TYPE_DEPLOY :
107 type : string
118 required : true
You can’t perform that action at this time.
0 commit comments