gitea/.github/workflows
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.
2025-02-24 01:37:37 -05:00
..
cron-licenses.yml Run yamllint with strict mode, fix issue (#33551) 2025-02-10 22:33:40 +00:00
cron-translations.yml Use Crowdin action for translation sync (#30054) 2024-03-30 18:11:50 +00:00
files-changed.yml Improve swagger generation (#33664) 2025-02-21 00:04:30 -08:00
pull-compliance.yml Bump CI,Flake and Snap to Node 22 (#32487) 2024-11-13 21:39:55 +00:00
pull-db-tests.yml Improve testing and try to fix MySQL hanging (#32515) 2024-11-15 23:45:07 +08:00
pull-docker-dryrun.yml Bump workflows in github actions (#27836) 2023-10-30 15:56:43 +08:00
pull-e2e-tests.yml Bump CI,Flake and Snap to Node 22 (#32487) 2024-11-13 21:39:55 +00:00
pull-labeler.yml Update to labeler v5 (#29721) 2024-03-12 22:09:02 +00:00
release-nightly.yml use dedicated runners for release artifacts (#32811) 2024-12-12 12:02:59 -05:00
release-tag-rc.yml use dedicated runners for release artifacts (#32811) 2024-12-12 12:02:59 -05:00
release-tag-version.yml Fix OCI image.version annotation for releases to use full semver (#33698) 2025-02-24 01:37:37 -05:00