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

Docker: improve tagging, distinguish main and latest #1891

Merged
merged 1 commit into from
May 2, 2024

Commits on May 2, 2024

  1. Docker: improve tagging, distinguish main and latest

     * Use `latest` for the latest release
     * Use `main` (or the branch) for the latest dev builds against a branch
     * Tag releases with their version
     * Only push when building against `main` branch
     * Only build amd64 images on PRs for speedier builds
     * Separate main/PR caches
    brndnmtthws committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ebe09b6 View commit details
    Browse the repository at this point in the history