Skip to content

Commit

Permalink
chore(Dockerfile): incorrect instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Ayaka <[email protected]>
  • Loading branch information
nekomeowww committed Apr 16, 2024
1 parent 9083aea commit 7086ca4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# ${{ steps.dockerinfo.outputs.tag }}

goreleaser:
name: GoReleaser
name: kollama - Build for GitHub Releases
permissions:
contents: write
packages: write
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
uses: rajatjindal/[email protected]

ghcr_build:
name: Build for GitHub Container Registry
name: ollama-operator - Build for ghcr.io
permissions:
packages: write
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
13 changes: 13 additions & 0 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7086ca4

Please sign in to comment.