Skip to content

Add both version tag and branch name tag #137

@max-arnold

Description

@max-arnold

I have the following configuration:

            type=raw,value={{branch}}
            type=sha
            type=semver,pattern={{version}}

But when I push just a tag to the main branch, the container is tagged only with latest, 1.0.0 and sha tags, but not with the branch name.

Is it possible to always have a branch name tag in addition to version tag? The goal is to be able to refer either to a specific version tag or the latest container build in each branch.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions