Skip to content

Commit f6f7101

Browse files
updating repo uri to match auth
1 parent 24b652c commit f6f7101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker_build_and_push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44

55
env:
6-
ECR_REGISTRY: "709825985650.dkr.ecr.us-east-1.amazonaws.com/launchdarkly"
6+
ECR_REGISTRY: "709825985650.dkr.ecr.us-east-1.amazonaws.com/launchdarkly/mcp"
77
jobs:
88
build_push_image:
99
runs-on: ubuntu-latest
@@ -31,7 +31,7 @@ jobs:
3131
file: Dockerfile
3232
platforms: linux/amd64,linux/arm64
3333
tags: |
34-
${{ format('{0}/launchdarkly/mcp:{1}', env.ECR_REGISTRY, steps.get-semver.outputs.version) }}
34+
${{ format('{0}:{1}', env.ECR_REGISTRY, steps.get-semver.outputs.version) }}
3535
labels: |
3636
org.opencontainers.image.title="mcp-server"
3737
org.opencontainers.image.description="LaunchDarkly MCP Server"

0 commit comments

Comments
 (0)