Skip to content

Commit d92a927

Browse files
authored
chore(ci): update container image repository to quay.io/containers (#481)
Signed-off-by: Marc Nuri <marc@marcnuri.com>
1 parent a6c7ae4 commit d92a927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- '*'
99

1010
env:
11-
IMAGE_NAME: quay.io/manusa/kubernetes_mcp_server
11+
IMAGE_NAME: quay.io/containers/kubernetes_mcp_server
1212
TAG: ${{ github.ref_name == 'main' && 'latest' || github.ref_type == 'tag' && github.ref_name && startsWith(github.ref_name, 'v') && github.ref_name || 'unknown' }}
1313

1414
jobs:

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ When introducing new modules run `make tidy` so that `go.mod` and `go.sum` remai
177177
The server is distributed as a binary executable, a Docker image, an npm package, and a Python package.
178178

179179
- **Native binaries** for Linux, macOS, and Windows are available in the GitHub releases.
180-
- A **container image** (Docker) is built and pushed to the `quay.io/manusa/kubernetes_mcp_server` repository.
180+
- A **container image** (Docker) is built and pushed to the `quay.io/containers/kubernetes_mcp_server` repository.
181181
- An **npm** package is available at [npmjs.com](https://www.npmjs.com/package/kubernetes-mcp-server).
182182
It wraps the platform-specific binary and provides a convenient way to run the server using `npx`.
183183
- A **Python** package is available at [pypi.org](https://pypi.org/project/kubernetes-mcp-server/).

0 commit comments

Comments
 (0)