From b6e3a3ea459ba9c03d207808471a3ff78fdb7017 Mon Sep 17 00:00:00 2001 From: Samuel Aniekeme Date: Mon, 5 Feb 2024 16:47:09 +0100 Subject: [PATCH] Update build_and_push.yml --- .github/workflows/build_and_push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_push.yml b/.github/workflows/build_and_push.yml index c3287bc..c06b804 100644 --- a/.github/workflows/build_and_push.yml +++ b/.github/workflows/build_and_push.yml @@ -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: