Skip to content

Commit 9bce038

Browse files
fix: repository name in ecr
1 parent 7eafb3e commit 9bce038

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci_k8_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/

.github/workflows/ci_k8_undeploy_base.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: CI-K8-BASE-UNDEPLOY
33
on:
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

0 commit comments

Comments
 (0)