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.
2 parents 556cf5d + c0b0ac7 commit 2273842Copy full SHA for 2273842
.github/workflows/build-and-push.yml
@@ -59,7 +59,6 @@ jobs:
59
with:
60
images: ${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}
61
tags: |
62
- type=ref,event=branch
63
type=ref,event=pr
64
type=sha,prefix=sha-,format=short
65
type=raw,value=latest,enable={{is_default_branch}}
Dockerfile
@@ -24,4 +24,4 @@ WORKDIR /server
24
# Copy the binary from the build stage
25
COPY --from=build /build/reportportal-mcp-server .
26
# Command to run the server
27
-CMD ["./reportportal-mcp-server", "stdio"]
+CMD ["./reportportal-mcp-server"]
0 commit comments