We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f4ef6 commit 187e3a0Copy full SHA for 187e3a0
.github/workflows/deploy.yml
@@ -65,7 +65,7 @@ jobs:
65
script: |
66
export AWS_ACCOUNT_ID="${AWS_ACCOUNT_ID}"
67
export AWS_REGION="${AWS_REGION}"
68
- export SPRING_ECR_REPO="${SPRING_ECR_REPO}"
+ export ECR_REPO_NAME="${SPRING_ECR_REPO}"
69
bash /home/ubuntu/teaming/deploy.sh
70
env:
71
SPRING_ECR_REPO: ${{ env.ECR_REPOSITORY }}
0 commit comments