]> source.dussan.org Git - gitea.git/commit
Fix Docker meta action for releases (#28232)
authorJohn Olheiser <john.olheiser@gmail.com>
Thu, 7 Dec 2023 17:42:58 +0000 (11:42 -0600)
committerGitHub <noreply@github.com>
Thu, 7 Dec 2023 17:42:58 +0000 (12:42 -0500)
commit4bf565358410c26a91447613dc0e930a6af87ff5
tree4961ce00d884d432fb1da2cc1fc20b68e312bc56
parentd9c19899cd27c73dd1497c0da6bd00336d2182e6
Fix Docker meta action for releases (#28232)

Should fix #28229 and #28230 for next release.

Assuming I'm reading the docs correctly for the docker meta action:

https://github.com/docker/metadata-action#flavor-input
https://github.com/docker/metadata-action#latest-tag

1. We want `latest=false` for the RCs.
2. `latest` should happen already due to `auto` mode, however there's an
extra option for the `suffix` flavor.

This PR is ready, but leaving it as draft to make sure someone
double-checks my sleuth-work.

Signed-off-by: jolheiser <john.olheiser@gmail.com>
.github/workflows/release-tag-rc.yml
.github/workflows/release-tag-version.yml