@skunklabz this video has been very helpful! I thank you, regarding the tags however there is an easy way to use 'latest' instead of '1' or any other random number: - on CI build pipeline as seem on 20:14 replace... tags: | $(tag) ...with... tags: | latest - on CD build pipeline repository as seen on 21:25 replace... weatherapi:1 ...with... weatherapi:latest once the CI and CD pipeline runs again, the application service will have weatherapi repository with latest tag and host it at same time ...I hope this helps!
@skunklabzАй бұрын
I appreciate the feedback. I'll make sure to do that on a future video.
@rambevara57022 жыл бұрын
nice video..but you have deployed image to web app and then create release pipeline..if it is direct it is not working
@manishalankala16223 жыл бұрын
any github link
@skunklabz3 жыл бұрын
For that video I don't have a public repo. I will for future videos.