Skip to content

[Request] Tag docker container with version number. #208

@dalinicus

Description

@dalinicus

Currently, it appears the Action that builds and pushes the docker image only applies the commit sha as a tag (with the exception of latest). To pin a version for helm or other container orchestrater, this results in the following configuration.

image:
  repository: ghcr.io/windtf/wireproxy
  tag: "7e755db762ddfbf3012bd10fbcafcc0aba0c8c9c"

While this is functional, it is not readable at a glance which version the application is currently running. It would be beneficial to tag the version so that it can be pulled by that instead.

image:
  repository: ghcr.io/windtf/wireproxy
  tag: "1.1.2"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions