Skip to content

Commit 496a4e4

Browse files
committed
Update CI/CD workflow to change Docker image repository from 'bitte-mcp-sse' to 'bitte-ai-mcp', ensuring correct image tagging for builds and deployments.
1 parent 79ebe28 commit 496a4e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Build and push Docker image
4949
run: |
50-
IMAGE_NAME=europe-west1-docker.pkg.dev/${{ secrets.GCP_PROJECT }}/bitte-mcp-sse/bitte-mcp-sse
50+
IMAGE_NAME=europe-west1-docker.pkg.dev/${{ secrets.GCP_PROJECT }}/bitte-ai-mcp/bitte-mcp-sse
5151
docker build -t $IMAGE_NAME:${GITHUB_SHA::6} -t $IMAGE_NAME:latest -f apps/bitte-ai/Dockerfile .
5252
docker push $IMAGE_NAME:${GITHUB_SHA::6}
5353
docker push $IMAGE_NAME:latest
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Deploy to Cloud Run
6262
run: |
63-
IMAGE_NAME=europe-west1-docker.pkg.dev/${{ secrets.GCP_PROJECT }}/bitte-mcp-sse/bitte-mcp-sse:${GITHUB_SHA::6}
63+
IMAGE_NAME=europe-west1-docker.pkg.dev/${{ secrets.GCP_PROJECT }}/bitte-ai-mcp/bitte-mcp-sse:${GITHUB_SHA::6}
6464
if [ "${{ github.ref }}" == "refs/heads/main" ]; then
6565
SERVICE_NAME=bitte-mcp-sse
6666
else

0 commit comments

Comments
 (0)