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

Fix canary build of the server image #3174

Merged
merged 2 commits into from
Jul 9, 2024

Commits on Jul 2, 2024

  1. Fix canary build of the server image

    Building and publishing the server image during a canary build, did not
    use the canary tag, instead it used the version of the build, e.g.,
    v1.1.0-7-gd0387ecb. It also means that on each canary build a new tag
    is used when publishing the image.
    
    By checking if we are doing a release of a tagged version or a canary
    build we can use the correct tag.
    
    Signed-off-by: Kim Christensen <kimworking@gmail.com>
    kichristensen committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    1bbe2ad View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    96b11ca View commit details
    Browse the repository at this point in the history