Skip to content

Fix deploy workflow failing on no-op deploys#173

Merged
djbender merged 1 commit intomainfrom
fix-deploy-no-changes-error
Apr 11, 2026
Merged

Fix deploy workflow failing on no-op deploys#173
djbender merged 1 commit intomainfrom
fix-deploy-no-changes-error

Conversation

@djbender
Copy link
Copy Markdown
Owner

@djbender djbender commented Apr 11, 2026

Summary

  • When the Docker image content is unchanged, Dokku's git:from-image exits non-zero with "No changes detected, skipping git commit." — this caused the deploy job to fail
  • The deploy step now captures the output and treats "No changes detected" as a success while still failing on real errors

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.
@djbender djbender merged commit d8a9ec2 into main Apr 11, 2026
7 checks passed
@djbender djbender deleted the fix-deploy-no-changes-error branch April 11, 2026 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant