From d22675fd16309148b95f25f68517922323a2f86f Mon Sep 17 00:00:00 2001 From: Ra Date: Mon, 8 Sep 2025 19:42:58 -0700 Subject: [PATCH] push to github registry not docker --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01313dc..2de4e9b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,5 +35,7 @@ jobs: context: . push: true tags: | - rooba/agentcoordinator:latest - rooba/agentcoordinator:${{ github.sha }} + ghcr.io/rooba/agentcoordinator:latest + ghcr.io/rooba/agentcoordinator:${{ github.sha }} + file: ./Dockerfile + github-token: ${{ secrets.GITHUB_TOKEN }}