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

@@ -15,14 +15,14 @@ jobs:
- name: build image
run: |
IMG=registry.127-0-0-1.nip.io/agents/{{ name }}
IMG=registry.a2acloud.io/agents/{{ name }}
docker build -t "$IMG:$GITHUB_SHA" -t "$IMG:latest" .
docker push "$IMG:$GITHUB_SHA"
docker push "$IMG:latest"
- name: bump deploy manifest
run: |
IMG=registry.127-0-0-1.nip.io/agents/{{ name }}
IMG=registry.a2acloud.io/agents/{{ name }}
sed -i "s|image: $IMG:.*|image: $IMG:$GITHUB_SHA|" deploy/20-deployment.yaml
git config user.email "ci@a2a.local"
git config user.name "ci"