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

Issue #104: Update latest image on Docker Hub only if it is a stable release #226

Merged
merged 1 commit into from
Oct 14, 2021

Conversation

sushantmimani
Copy link
Contributor

@sushantmimani sushantmimani commented Oct 12, 2021

To help us get this pull request reviewed and merged quickly, please be sure to include the following items:

  • Tests (if applicable)
  • Documentation (if applicable)
  • Changelog entry
  • A full explanation here in the PR description of the work done

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Tests
  • Other

Backward Compatibility

Is this change backward compatible with the most recently released version? Does it introduce changes which might change the user experience in any way? Does it alter the API in any way?

  • Yes (backward compatible)
  • No (breaking changes)

Issue Linking

Fixes #104

What's new?

  • The latest image on Docker Hub will be updated only when we make a stable release.
  • macOS-11 is going to be used as macOS-latest and that doesn't support pypy-3.6, so upgrade to pypy-3.7
  • Use latest version of the setup-python action

@tarkatronic tarkatronic merged commit afe6221 into godaddy:main Oct 14, 2021
@sushantmimani sushantmimani deleted the update-docker-publish branch October 19, 2021 22:33
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.

Docker release script tags pre-releases as "latest"
3 participants