Skip to content

Commit

Permalink
Fixed ECR repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Oct 28, 2024
1 parent 7bfd786 commit 4e8afd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions/deploy-to-aws/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ runs:
shell: bash
run: |
IMAGE_TAG=${{ inputs.image_name }}:${{ inputs.short_sha}}
REPOSITORY_NAME=${{ inputs.github_image_repo }}
REPOSITORY_NAME=${{ steps.vars.outputs.full_ecr_repo_url }}
IMAGE_EXISTS=$(aws ecr describe-images --repository-name $REPOSITORY_NAME --query "imageDetails[?contains(imageTags, '$IMAGE_TAG')]" --output text)
Expand Down

0 comments on commit 4e8afd8

Please sign in to comment.