Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for new Docker releases with no previously published releases #122

Merged
merged 4 commits into from
May 15, 2024

Conversation

mikealfare
Copy link
Contributor

Description

The latest-wrangler implementation assumes there are existing releases for a given Docker release. When using this for the new dbt-postgres Docker release, it failed because it could not compare the proposed release of 1.8.0 to anything because the published releases was empty.

Checklist

  • I have read the contributing guide and understand what's expected of me
  • I have signed the CLA
  • I have run this code in development and it appears to resolve the stated issue

@mikealfare mikealfare self-assigned this May 14, 2024
@mikealfare mikealfare linked an issue May 14, 2024 that may be closed by this pull request
3 tasks
@mikealfare mikealfare requested a review from emmyoop May 14, 2024 21:08
Copy link
Member

@emmyoop emmyoop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - don't forget to point back to main.

@mikealfare mikealfare merged commit 647d751 into main May 15, 2024
4 checks passed
@mikealfare mikealfare deleted the latest-wrangler-new-docker branch May 15, 2024 18:37
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.

[Feature] Automate Docker Release
2 participants