#How to rebuild the cancelled docker image without commit new change to main branch github?
14 messages · Page 1 of 1 (latest)
Local with the build command
docker build -t <username>/<repo>:<tag> .
docker push <username>/<repo>:<tag>
I am using runpod feature to auto deploy CI from github reposirity. it was something build and push image automatically in runpod backend services
perhaps you can only start manuelly the worklow on github to your docker hub and then with the new realse feature your put your own docker image
I think you should push a new commit to the selected branch
Not sure if creating a new release in github does the build in runpod too
Yes, since i mean want to make it lean, dont want to push a new empty commit to branch
Does doing a new release triggers a new build?
If not maybe #1185337232517759028 write your feedback here
Push new commit does help trigger new build. So i think this is kind of new feature request instead. which allow to redo the canceled build