diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index a29eb96..fc4b4b2 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -49,7 +49,7 @@ jobs: # ${{ steps.dockerinfo.outputs.tag }} goreleaser: - name: GoReleaser + name: kollama - Build for GitHub Releases permissions: contents: write packages: write @@ -96,7 +96,7 @@ jobs: uses: rajatjindal/krew-release-bot@v0.0.46 ghcr_build: - name: Build for GitHub Container Registry + name: ollama-operator - Build for ghcr.io permissions: packages: write runs-on: ubuntu-latest diff --git a/Dockerfile b/Dockerfile index ba1c25e..002d478 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,8 +29,8 @@ RUN go env -w CGO_ENABLED=0 RUN go env -w GOOS=${TARGETOS:-linux} RUN go env -w GOARCH=${TARGETARCH} -go build -a -o manager cmd/ollama-operator/main.go -go build -a -o kollama cmd/kollama/main.go +RUN go build -a -o manager cmd/ollama-operator/main.go +RUN go build -a -o kollama cmd/kollama/main.go # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details diff --git a/docs/package.json b/docs/package.json index 771aca1..f94c11b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -24,6 +24,7 @@ "vite": "^5.2.8", "vite-plugin-inspect": "^0.8.3", "vitepress": "^1.1.0", + "vitepress-plugin-tabs": "^0.5.0", "vue": "^3.4.21" } } diff --git a/docs/pnpm-lock.yaml b/docs/pnpm-lock.yaml index 5127015..b9902a0 100644 --- a/docs/pnpm-lock.yaml +++ b/docs/pnpm-lock.yaml @@ -59,6 +59,9 @@ devDependencies: vitepress: specifier: ^1.1.0 version: 1.1.0(@algolia/client-search@4.23.3)(@types/node@20.12.7)(postcss@8.4.38)(search-insights@2.13.0)(typescript@5.4.5) + vitepress-plugin-tabs: + specifier: ^0.5.0 + version: 0.5.0(vitepress@1.1.0)(vue@3.4.21) vue: specifier: ^3.4.21 version: 3.4.21(typescript@5.4.5) @@ -4720,6 +4723,16 @@ packages: fsevents: 2.3.3 dev: true + /vitepress-plugin-tabs@0.5.0(vitepress@1.1.0)(vue@3.4.21): + resolution: {integrity: sha512-SIhFWwGsUkTByfc2b279ray/E0Jt8vDTsM1LiHxmCOBAEMmvzIBZSuYYT1DpdDTiS3SuJieBheJkYnwCq/yD9A==} + peerDependencies: + vitepress: ^1.0.0-rc.27 + vue: ^3.3.8 + dependencies: + vitepress: 1.1.0(@algolia/client-search@4.23.3)(@types/node@20.12.7)(postcss@8.4.38)(search-insights@2.13.0)(typescript@5.4.5) + vue: 3.4.21(typescript@5.4.5) + dev: true + /vitepress@1.1.0(@algolia/client-search@4.23.3)(@types/node@20.12.7)(postcss@8.4.38)(search-insights@2.13.0)(typescript@5.4.5): resolution: {integrity: sha512-G+NS5I2OETxC0SfGAMDO75JWNkrcir0UCptuhQMNoaZhhlqvYtTDQhph4qGc5dtiTtZkcFa/bCcSx+A2gSS3lA==} hasBin: true