From c1c3df4f847600d7c8553f247c47c15ad89f0f9b Mon Sep 17 00:00:00 2001 From: eshanized Date: Thu, 2 Jan 2025 04:27:26 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20still=20on=20the=20same?= =?UTF-8?q?=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/snigdhaos-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snigdhaos-docker.yml b/.github/workflows/snigdhaos-docker.yml index c98dde5..8acb40f 100644 --- a/.github/workflows/snigdhaos-docker.yml +++ b/.github/workflows/snigdhaos-docker.yml @@ -57,7 +57,7 @@ jobs: - name: Verify Docker image exists run: | echo "Checking if snigdhaos:latest image exists" - docker images -q snigdhaos:latest || echo "Image not found" + docker images -q ${{ secrets.DOCKERHUB_USERNAME }}/snigdhaos:latest || echo "Image not found" # Check if build succeeded and tag Docker image with version based on the latest Git tag - name: Tag Docker image with version