mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 18:22:41 +00:00
fix tag
This commit is contained in:
parent
28fccb3293
commit
d527f3f20b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/publish-to-docker.yml
vendored
6
.github/workflows/publish-to-docker.yml
vendored
|
@ -29,10 +29,10 @@ jobs:
|
||||||
|
|
||||||
- name: Build docker image
|
- name: Build docker image
|
||||||
run: |
|
run: |
|
||||||
llama stack build --template ollama --image-type docker
|
TEST_PYPI_VERSION=0.0.63.dev20250114 llama stack build --template ollama --image-type docker
|
||||||
docker images
|
docker images
|
||||||
|
|
||||||
- name: Push to dockerhub
|
- name: Push to dockerhub
|
||||||
run: |
|
run: |
|
||||||
docker tag localhost/distribution-ollama llamastack/distribution-ollama:0.0.63-test
|
docker tag localhost/distribution-ollama:0.0.63.dev20250114 llamastack/distribution-ollama:0.0.63.dev20250114
|
||||||
docker push llamastack/distribution-ollama:0.0.63-test
|
docker push llamastack/distribution-ollama:0.0.63.dev20250114
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue