mirror of
https://github.com/Snigdha-OS/snigdhaos-docker.git
synced 2025-09-05 09:26:37 +02:00
🐛 fix: still on the same error
This commit is contained in:
2
.github/workflows/snigdhaos-docker.yml
vendored
2
.github/workflows/snigdhaos-docker.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user