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

chore: only publish docker images for tagged versions #273

Merged
merged 1 commit into from Mar 1, 2023

Commits on Mar 1, 2023

  1. chore: only publish docker images for tagged versions

    Previously, the following docker tags where created:
    
    - `X.Y.Z` when building a git tag matching `vX.Y.Z`
    - `latest` in any other case
    
    Starting from this commit, the following tags will be created:
    
    - For git tags matching X.Y.Z the following docker tags will be created:
      - `latest`
      - `X`
      - `X.Y`
      - `X.Y.Z`
    
    Other cases won't be tagged.
    gilbsgilbs committed Mar 1, 2023
    Copy the full SHA
    51ef241 View commit details
    Browse the repository at this point in the history