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 cbe0d4d commit 7603aadCopy full SHA for 7603aad
.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 Rupantor-AI-SaaS:${{ steps.commit_hash.outputs.IMAGE_TAG }}
+ docker build --no-cache . --tag 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 }}
0 commit comments