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(docker/k8s): Fix image naming #2705

Merged
merged 2 commits into from
Oct 18, 2024

Commits on Oct 14, 2024

  1. fix(docker/k8s): Fix image naming

    We had previously hack with hardcoding ghcr.io.
    Now we make it more flexible, so people can set their own
    image url, and our staging instance automatically add staging-
    prefix in appropriate place.
    
    Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
    nuclearcat committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1e57458 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. feat(config/job): Add image setter

    We must be able to update image name
    
    Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
    nuclearcat committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    cfb7aa8 View commit details
    Browse the repository at this point in the history