You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/.github
Arif Er adf7018bfd
Fix OCI image.version annotation for releases to use full semver (#33698)
This commit fixes the docker build workflow such that semver-tagged
releases use the full semver for the OCI
`org.opencontainers.image.version` annotation, instead of using the
major version only.

This is done by changing the order of the tags that the
`docker/metadata-action` action is told to generate. Since the tags that
the action is told to generate are all of the same priority, the first
in the list will be used to set the annotation.

There is no need to fix the other two docker build workflows, i.e., (i)
the nightly releases and (ii) the rc-tagged releases. This is because
(i) the nightly releases do not get tagged with a semver, so the issue
does not exist, and (ii) rc-tagged releases only get built with one tag,
so the issue of needing to set an order of how tags are generated is
irrelevant.

Resolves go-gitea/gitea#33697.
1 day ago
..
ISSUE_TEMPLATE Update README.md (#33149) 2 months ago
workflows Fix OCI image.version annotation for releases to use full semver (#33698) 1 day ago
FUNDING.yml Remove bountysource (#29330) 1 year ago
actionlint.yaml Update actionlint.yaml 2 months ago
labeler.yml Count typescript files as frontend for labeling (#32088) 5 months ago
pull_request_template.md Have new announcement about docs contributions (#31364) 9 months ago