switch to a2acloud.io
All checks were successful
build / build (push) Successful in 1m15s

This commit is contained in:
robert
2026-05-09 22:13:27 -03:00
parent 2dcb8a09cd
commit 4ba732f685
8 changed files with 11 additions and 10 deletions

View File

@@ -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