Skip to content

Commit b5a97bd

Browse files
committed
Fix env var
1 parent a110fd7 commit b5a97bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Push to ECR
120120
run: |
121121
aws ecr get-login-password --region ${{ secrets.GRAND_CHALLENGE_PRIVATE_REPOSITORY_REGION }} | docker login --username AWS --password-stdin ${{ secrets.GRAND_CHALLENGE_PRIVATE_REPOSITORY_HOST }}
122-
make push_web_private
122+
GRAND_CHALLENGE_PRIVATE_REPOSITORY_WEB_URI=${{ secrets.GRAND_CHALLENGE_PRIVATE_REPOSITORY_WEB_URI }} make push_web_private
123123
- name: Configure AWS credentials for ECR Public
124124
uses: aws-actions/configure-aws-credentials@v6
125125
with:

0 commit comments

Comments
 (0)