We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562acfc commit cf05d03Copy full SHA for cf05d03
.dockerignore
@@ -1,2 +1,2 @@
1
.devcontainer/*
2
-.github/*
+.github/*
.github/workflows/docker_build_and_push.yaml
@@ -35,4 +35,4 @@ jobs:
35
org.opencontainers.image.title="mcp-server"
36
org.opencontainers.image.description="LaunchDarkly MCP Server"
37
org.opencontainers.image.version=${{ steps.short-sha.outputs.sha }}
38
- push: ${{ github.ref == 'refs/heads/main' }}
+ push: ${{ github.ref == 'refs/heads/main' }}
0 commit comments