From b05e910f7b6697d49c50933835655b11954ceece Mon Sep 17 00:00:00 2001 From: nayan458 Date: Tue, 24 Mar 2026 16:04:29 +0530 Subject: [PATCH] Corrected the repository name --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e7bb3d..917ccca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: # run: mvn test - name: Build Docker image - run: docker build -t nayanmoni458/stone-inscription:backend-new . + run: docker build -t nayanmoni458/stoneinscription:backend-new . - name: Log in to Docker Hub uses: docker/login-action@v3 @@ -43,4 +43,5 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Push Docker image - run: docker push nayanmoni458/stone-inscription:backend-new \ No newline at end of file + run: docker push nayanmoni458/stoneinscription:backend-new + \ No newline at end of file