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
chore: Fix release process to build and push docker in same workflow (#25)
GitHub Actions does not support workflows automatically triggering other workflows. This change moves the docker build and push logic into the release workflow directly.
0 commit comments