opiproject / opi-api

Open Programmable Infrastructure API and Behavioral Model
Apache License 2.0
31 stars 39 forks source link

Keep bufbuild-go-gen image under opiproject organization repo #414

Open artek-koltun opened 7 months ago

artek-koltun commented 7 months ago

see https://github.com/opiproject/opi-api/pull/404#discussion_r1411719342

sandersms commented 7 months ago

@glimchb Do we have a opiproject repo where we can place any tools that we have to create for version control and updates?

glimchb commented 6 months ago

@sandersms keep it here in this repo under https://github.com/opiproject/opi-api like we do with all images

for example

$ docker pull ghcr.io/opiproject/opi-api:v0.1.1

we can write a separate action to build and push it on changes in the docker file

like we do in other repos...