Skip to content

Commit 4a924fa

Browse files
authored
new-docker-image
1 parent 3e9743c commit 4a924fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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
64-
run: docker push ghcr.io/aknibircse/rupantor-ai-saas:${{ steps.commit_hash.outputs.IMAGE_TAG }}
64+
run: docker push ghcr.io/aknibircse/Rupantor-AI-SaaS:${{ steps.commit_hash.outputs.IMAGE_TAG }}

0 commit comments

Comments
 (0)