You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
When creating a tag I would like to push images to the docker hub.
Currently this means I have to manually set
push-branchesto something like${{ github.ref_name }}which means all branches will always be pushed.I would like to also push images when building from a tag.