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

feat: Generalize Docker tags #3

Merged
merged 3 commits into from
Jul 27, 2024
Merged

Conversation

maxnatamo
Copy link
Collaborator

Instead of using the SemVer variable directly, use more commonly-used formatting for Docker tags.

Before:

  • Development: 0.1.0-alpha.01
  • Release: 0.1.0

After:

  • Development: develop, develop-latest
  • Release: 0.1.0, 0.1, 0, latest

@github-actions github-actions bot added the build label Jul 27, 2024
@maxnatamo maxnatamo merged commit c7cf288 into develop Jul 27, 2024
2 checks passed
@maxnatamo maxnatamo deleted the feat-generalize-docker-tags branch July 27, 2024 20:36
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