mirror of
https://code.forgejo.org/docker/metadata-action.git
synced 2025-08-03 16:28:31 +00:00
Pre-release (rc, beta, alpha) will only extend {{version}} as tag for tag-semver
This commit is contained in:
parent
0dca12c226
commit
7cb65aaacb
5 changed files with 34 additions and 22 deletions
|
@ -715,7 +715,7 @@ describe('push tag', () => {
|
|||
'event_tag_v2.0.8-beta.67.env',
|
||||
{
|
||||
images: ['org/app', 'ghcr.io/user/app'],
|
||||
tagSemver: ['{{version}}', '{{major}}.{{minor}}', '{{major}}'],
|
||||
tagSemver: ['{{major}}.{{minor}}', '{{major}}'],
|
||||
} as Inputs,
|
||||
{
|
||||
main: '2.0.8-beta.67',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue