This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
||||
|
||||
- name: build base image
|
||||
run: |
|
||||
IMG=registry.127-0-0-1.nip.io/a2a/a2a-pack-base
|
||||
IMG=registry.a2acloud.io/a2a/a2a-pack-base
|
||||
VERSION=$(grep '^version' pyproject.toml | head -1 | cut -d'"' -f2)
|
||||
docker build -t $IMG:$VERSION -t $IMG:${{ github.sha }} -t $IMG:latest .
|
||||
docker push $IMG:$VERSION
|
||||
|
||||
Reference in New Issue
Block a user