Skip to content

Commit 2273842

Browse files
authored
Merge pull request #2 from mend/OPS-5421-reportportal-mcp-server
Ops 5421 reportportal mcp server
2 parents 556cf5d + c0b0ac7 commit 2273842

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build-and-push.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
with:
6060
images: ${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}
6161
tags: |
62-
type=ref,event=branch
6362
type=ref,event=pr
6463
type=sha,prefix=sha-,format=short
6564
type=raw,value=latest,enable={{is_default_branch}}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ WORKDIR /server
2424
# Copy the binary from the build stage
2525
COPY --from=build /build/reportportal-mcp-server .
2626
# Command to run the server
27-
CMD ["./reportportal-mcp-server", "stdio"]
27+
CMD ["./reportportal-mcp-server"]

0 commit comments

Comments
 (0)