🐛 fix: still on the same error

This commit is contained in:
eshanized
2025-01-02 04:27:26 +05:30
parent a946f6ee3f
commit c1c3df4f84

View File

@@ -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