diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b72016f..31c046d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,7 +34,7 @@ jobs: registry: ghcr.io registry_username: ${{ github.actor }} registry_password: ${{ secrets.GITHUB_TOKEN }} - registry_reference: "ghcr.io/${{ env.REPOSITORY }}/spin-o-llama:latest" + registry_reference: "ghcr.io/blazekill/spin-o-llama:latest" - name: echo digest run: echo ${{ steps.push.outputs.digest }} \ No newline at end of file diff --git a/embeddings/Cargo.toml b/embeddings/Cargo.toml index 05e9b32..3129895 100644 --- a/embeddings/Cargo.toml +++ b/embeddings/Cargo.toml @@ -2,7 +2,7 @@ name = "embeddings" authors = ["Devashish Lal "] description = "Ollama embeddings api" -version = "1.0.0" +version = "1.0.1" edition = "2021" [lib] diff --git a/generate/Cargo.toml b/generate/Cargo.toml index a52bb9c..f006358 100644 --- a/generate/Cargo.toml +++ b/generate/Cargo.toml @@ -2,7 +2,7 @@ name = "generate" authors = ["Devashish Lal "] description = "Ollama generate api" -version = "1.0.0" +version = "1.0.1" edition = "2021" [lib] diff --git a/spin.toml b/spin.toml index 5a152c2..8ddbfe6 100644 --- a/spin.toml +++ b/spin.toml @@ -3,7 +3,7 @@ spin_manifest_version = 2 # General identification information [application] name = "spin-o-llama" -version = "1.0.0" +version = "1.0.1" description = "Ollama API" [[trigger.http]]