I am looking for ways to use this github action to manage a monorepo for docker image creation.
The folder structure would be something like this:
.
├─ .releaserc
├─ ...
└─ images
└─ image-1
├─ Dockerfile
└─ ...
I've tried with various setups and I'm having a hard time trying to make it work.
Ideally i'd prefer to maintain and generate separate channels for each workspace (ex: images/image-1), but I would be open to other suggestions as well.
Guidance is very much so appreciated.
I am looking for ways to use this github action to manage a monorepo for docker image creation.
The folder structure would be something like this:
I've tried with various setups and I'm having a hard time trying to make it work.
Ideally i'd prefer to maintain and generate separate channels for each workspace (ex: images/image-1), but I would be open to other suggestions as well.
Guidance is very much so appreciated.