forked from phoenix-oss/llama-stack-mirror
do not push twice
All checks were successful
Build and Push container / build_concierge_backend (push) Successful in 3m54s
All checks were successful
Build and Push container / build_concierge_backend (push) Successful in 3m54s
This commit is contained in:
parent
67646e07eb
commit
a0dccaa831
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -73,8 +73,8 @@ jobs:
|
|||
run: |
|
||||
uvx --from . llama stack build --template kvant --image-type container
|
||||
|
||||
docker tag distribution-kvant:dev ${{env.IMAGE}}:kvant
|
||||
docker push ${{env.IMAGE}}:kvant
|
||||
# docker tag distribution-kvant:dev ${{env.IMAGE}}:kvant
|
||||
# docker push ${{env.IMAGE}}:kvant
|
||||
|
||||
docker tag distribution-kvant:dev localhost:5000/distribution-kvant:dev
|
||||
docker push localhost:5000/distribution-kvant:dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue