#How to rebuild the cancelled docker image without commit new change to main branch github?

14 messages · Page 1 of 1 (latest)

undone mist
#

Hello as the topic, How to rebuild the cancelled docker image without commit new change to main branch github? please check how could I do this ?

warm gulchBOT
mighty rapidsBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

south stream
#

Local with the build command

#

docker build -t <username>/<repo>:<tag> .

#

docker push <username>/<repo>:<tag>

undone mist
#

I am using runpod feature to auto deploy CI from github reposirity. it was something build and push image automatically in runpod backend services

south stream
#

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

formal kindle
#

Not sure if creating a new release in github does the build in runpod too

undone mist
#

Yes, since i mean want to make it lean, dont want to push a new empty commit to branch

formal kindle
#

Does doing a new release triggers a new build?

#

If not maybe #1185337232517759028 write your feedback here

undone mist
#

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