PipeItToDevNull / nginx-certbot

An nginx proxy that includes automatic LetsEncrypt via Cerbot
https://docs.dev0.sh
1 stars 0 forks source link

Refine GHA to not check for devel branch, instead make all branches get the devel label #18

Closed PipeItToDevNull closed 4 months ago

PipeItToDevNull commented 4 months ago

If master then latest else devel

Basically, and only run on the specified branch preferably instead of always building both

Add good comments to the file

PipeItToDevNull commented 4 months ago

Long term, this solution would be best. Negating is_default_branch

https://github.com/docker/metadata-action/issues/247