push to github registry not docker
Some checks failed
build-container / build (push) Has been cancelled
Some checks failed
build-container / build (push) Has been cancelled
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user