Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:

env:
ECR_REGISTRY: ${{ secrets.VOLOMN_AWS_ECR_REGISTRY }}
ECR_FRONTEND_REPOSITORY: voauth_web
ECR_BACKEND_REPOSITORY: voauth_api
ECR_FRONTEND_REPOSITORY: ${{ vars.ECR_FRONTEND_REPOSITORY }}
ECR_BACKEND_REPOSITORY: ${{ vars.ECR_BACKEND_REPOSITORY }}


jobs:
Expand Down