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

use semantic version tagging for docker images #122

Merged
merged 1 commit into from
May 8, 2024
Merged

Commits on Apr 2, 2024

  1. use semantic version tagging for docker images

    we've never tagged stable releases, but should really do so.  This
    change will cause our docker images to be tagged following typical
    semver fashion... the initial `v1.0.0` release will be tagged `v1`,
    `v1.0`, `v1.0.0`, and `latest`.
    
    Updates #104
    
    Signed-off-by: Will Norris <[email protected]>
    willnorris committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    1a9ceff View commit details
    Browse the repository at this point in the history