Redeploying docker image via Github Actions

AnonymousTRIAL

a year ago

I've read through this existing postbut unfortunately, the answer isnt what I was expecting

So similar to the post, what Im planning to do is

  1. Use Github Workflow to build my project and create a docker image and store it in the github packages with the :latest tag

  2. In an existing service that already pre-pulled the docker image, I want to redeploy this service via github actions to re-pull the new :latest image and redeploy the service

Is there a way to do this?

Project ID: 4ba8576b-8137-47c9-8fb8-030cbb223977

0 Replies

a year ago

the answer i gave there would be the same for your question as well