Skip to content

Commit 818a9cf

Browse files
fixing end of line
1 parent 1398e4a commit 818a9cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
.devcontainer/*
2-
.github/*
2+
.github/*

.github/workflows/docker_build_and_push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
org.opencontainers.image.title="mcp-server"
3636
org.opencontainers.image.description="LaunchDarkly MCP Server"
3737
org.opencontainers.image.version=${{ steps.short-sha.outputs.sha }}
38-
push: ${{ github.ref == 'refs/heads/main' }}
38+
push: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)