From 174d17d58feb3a3a0ebd68fa9e68bff9266ebd80 Mon Sep 17 00:00:00 2001 From: Abhijeet Mazumdar <99800329+abhimazu@users.noreply.github.com> Date: Sat, 27 Apr 2024 22:50:47 -0400 Subject: [PATCH] Update ci-cd-pipeline.yml --- .github/workflows/ci-cd-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd-pipeline.yml b/.github/workflows/ci-cd-pipeline.yml index 06e050a..e0e7b48 100644 --- a/.github/workflows/ci-cd-pipeline.yml +++ b/.github/workflows/ci-cd-pipeline.yml @@ -61,5 +61,5 @@ jobs: - name: Push Docker image to registry run: | - docker tag fastapi-server $DOCKER_REGISTRY_URL/fastapi-server:latest - docker push abhimazu/fastapi-server:latest + docker tag fastapi-server ${{ secrets.DOCKER_REGISTRY_URL }}/fastapi-server:latest + docker push ${{ secrets.DOCKER_REGISTRY_URL }}/fastapi-server:latest