Hi I'm just trying to create a CI/CD pipeline that can do the follow:
#1 wait for push action on github
#2 when a action happend create a code test
#3 if everythin is ok build the image
#4 create a new contaner with the image step 3
#5 replace the new container with the old one
Is there any template in github like that?
Thanks you all!
Sergio.