We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9743c commit 4a924faCopy full SHA for 4a924fa
.github/workflows/docker.img.build-ghcr.io.yaml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Building Docker Image
60
run: |
61
- docker build --no-cache . --tag ghcr.io/aknibircse/rupantor-ai-saas:${{ steps.commit_hash.outputs.IMAGE_TAG }}
+ docker build --no-cache . --tag ghcr.io/aknibircse/Rupantor-AI-SaaS:${{ steps.commit_hash.outputs.IMAGE_TAG }}
62
63
- name: Push Docker Image To GHCR
64
- run: docker push ghcr.io/aknibircse/rupantor-ai-saas:${{ steps.commit_hash.outputs.IMAGE_TAG }}
+ run: docker push ghcr.io/aknibircse/Rupantor-AI-SaaS:${{ steps.commit_hash.outputs.IMAGE_TAG }}
0 commit comments