mirror of
https://github.com/Snigdha-OS/snigdhaos-docker.git
synced 2025-09-20 15:24:55 +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
|
- name: Verify Docker image exists
|
||||||
run: |
|
run: |
|
||||||
echo "Checking if snigdhaos:latest image exists"
|
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
|
# Check if build succeeded and tag Docker image with version based on the latest Git tag
|
||||||
- name: Tag Docker image with version
|
- name: Tag Docker image with version
|
||||||
|
Reference in New Issue
Block a user