Skip to content

Commit

Permalink
publish fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BLaZeKiLL committed Dec 10, 2023
1 parent ce9c408 commit 520b5bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion embeddings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "embeddings"
authors = ["Devashish Lal <[email protected]>"]
description = "Ollama embeddings api"
version = "1.0.0"
version = "1.0.1"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion generate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "generate"
authors = ["Devashish Lal <[email protected]>"]
description = "Ollama generate api"
version = "1.0.0"
version = "1.0.1"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit 520b5bf

Please sign in to comment.