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

Add support for LTS versions [DI-258] #808

Merged
merged 13 commits into from
Oct 17, 2024
Merged

Commits on Oct 15, 2024

  1. Add support for latest-lts tags [DI-258]

    Adds support for latest-lts tags.
    
    Whenever a `.github/lts` file exists the workflow will check if it is a latest version and if so will push `latest-lts` tags and its variants (e.g. `latest-lts-jdk21`,
    `latest-lts-slim`, `latest-lts-slim-jdk21`, etc)
    
    For manual runs you need to use `IS_LTS` input instead.
    ldziedziul committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    cfacf13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d41b2c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d04a27 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Fix typo

    ldziedziul committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1560d9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c81692f View commit details
    Browse the repository at this point in the history
  3. Rename verlte function

    ldziedziul committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    38fb006 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1db7705 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    347081c View commit details
    Browse the repository at this point in the history
  6. Reword EE-specific steps

    ldziedziul committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    67b76ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a55e786 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f767d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d42824 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cfdabca View commit details
    Browse the repository at this point in the history