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 1398e4a commit 818a9cfCopy full SHA for 818a9cf
.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