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: align image tags with GoReleaser artifacts #1841

Merged
merged 1 commit into from
Apr 7, 2024

Commits on Apr 7, 2024

  1. docker: align image tags with GoReleaser artifacts

    Following the changes introduced in goplus#1838, this commit updates Docker
    image and manifest tags to align with the GoReleaser artifact naming
    conventions. The changes are as follows:
    
    - Image tags have been updated from "v1.2.3-i386" to "1.2.3-386", from
      "v1.2.3-x86_64" to "1.2.3-amd64", "v1.2.3-arm64" to "1.2.3-arm64".
    - The version prefix "v" has been removed from the image manifest tags,
      changing "v1.2.3" to "1.2.3", "v1.2" to "1.2", and "v1" to "1".
    
    Signed-off-by: Aofei Sheng <[email protected]>
    aofei committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    8faa4ae View commit details
    Browse the repository at this point in the history