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
Fix deploy workflow failing on no-op deploys (#173)
When the Docker image content is unchanged, Dokku's git:from-image
exits non-zero with "No changes detected, skipping git commit." This
treats that case as a success while still failing on real errors.
0 commit comments