forked from phoenix-oss/llama-stack-mirror
add local registry
This commit is contained in:
parent
7bba685dee
commit
9b70e01c99
1 changed files with 7 additions and 0 deletions
7
.github/workflows/ci-playground.yaml
vendored
7
.github/workflows/ci-playground.yaml
vendored
|
@ -19,6 +19,11 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
build-playground:
|
build-playground:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
services:
|
||||||
|
registry:
|
||||||
|
image: registry:2
|
||||||
|
ports:
|
||||||
|
- 5000:5000
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -31,6 +36,8 @@ jobs:
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
with:
|
||||||
|
driver-opts: network=host
|
||||||
|
|
||||||
- name: Login to git.kvant.cloud registry
|
- name: Login to git.kvant.cloud registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue