Skip to content

Commit 935c845

Browse files
authored
Update docker.img.build-ghcr.io.yaml
1 parent 4a924fa commit 935c845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.img.build-ghcr.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Building Docker Image
6060
run: |
61-
docker build --no-cache . --tag ghcr.io/aknibircse/Rupantor-AI-SaaS:${{ steps.commit_hash.outputs.IMAGE_TAG }}
61+
docker build --no-cache . --tag ghcr.io/aknibircse/rupantor-ai-saas:${{ steps.commit_hash.outputs.IMAGE_TAG }}
6262
6363
- name: Push Docker Image To GHCR
6464
run: docker push ghcr.io/aknibircse/Rupantor-AI-SaaS:${{ steps.commit_hash.outputs.IMAGE_TAG }}

0 commit comments

Comments
 (0)