livepeer / go-livepeer

Official Go implementation of the Livepeer protocol
http://livepeer.org
MIT License
537 stars 165 forks source link

ci: protect Docker 'stable' tag #3062

Closed rickstaa closed 2 months ago

rickstaa commented 2 months ago

What does this pull request do? Explain your changes. (required)

This commit introduces a safeguard to ensure that the Docker image tagged as 'stable' is only pushed when a new tag is created on the stable branch. This prevents unintended updates to the stable Docker image, ensuring consistency and reliability for users relying on the stable tag.

Specific updates (required)

How did you test each of these updates (required)

I tested that this worked on the ai-video branch see https://github.com/livepeer/go-livepeer/actions/runs/9158262592.

Does this pull request close any open issues?

Checklist: