Name and Version
all
What is the problem this feature will solve?
Currently, we have a set of container image labels hardcoded, so a workflow fork must be created if different values are needed
maintainer=AI DIAL
org.opencontainers.image.title=${{ inputs.image-name }}
org.opencontainers.image.version=${{ inputs.image-tag }}
org.opencontainers.image.description=${{ inputs.image-name }}
org.opencontainers.image.created=${{ github.event.repository.pushed_at }}
org.opencontainers.image.licenses=Apache-2.0
org.opencontainers.image.revision=${{ github.sha }}
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
org.opencontainers.image.url=${{ github.server_url }}/${{ github.repository }}
What is the feature you are proposing to solve the problem?
Evaluate https://github.com/docker/metadata-action usage to fetch non-constrained labels (and tags?)
What alternatives have you considered?
No response
Name and Version
all
What is the problem this feature will solve?
Currently, we have a set of container image labels hardcoded, so a workflow fork must be created if different values are needed
What is the feature you are proposing to solve the problem?
Evaluate https://github.com/docker/metadata-action usage to fetch non-constrained labels (and tags?)
What alternatives have you considered?
No response