push to github registry not docker
Some checks failed
build-container / build (push) Has been cancelled

This commit is contained in:
Ra
2025-09-08 19:42:58 -07:00
parent 87b7181d4a
commit d22675fd16

View File

@@ -35,5 +35,7 @@ jobs:
context: . context: .
push: true push: true
tags: | tags: |
rooba/agentcoordinator:latest ghcr.io/rooba/agentcoordinator:latest
rooba/agentcoordinator:${{ github.sha }} ghcr.io/rooba/agentcoordinator:${{ github.sha }}
file: ./Dockerfile
github-token: ${{ secrets.GITHUB_TOKEN }}