Pre-release (rc, beta, alpha) will only extend {{version}} as tag for tag-semver
Some checks failed
ci / multi-images (push) Failing after 0s
ci / tag-schedule () (push) Failing after 0s
ci / tag-schedule (cron-{{date 'YYYYMMDD'}}) (push) Failing after 0s
ci / tag-schedule (schedule) (push) Failing after 0s
ci / tag-schedule ({{date 'YYYYMMDD-HHmmss'}}) (push) Failing after 0s
ci / tag-match (\d{1,3}.\d{1,3}, 0) (push) Failing after 0s
ci / tag-match (\d{1,3}.\d{1,3}.\d{1,3}, 0) (push) Failing after 0s
ci / tag-match (v(.*), 1) (push) Failing after 0s
ci / tag-semver (push) Failing after 0s
ci / docker-push (push) Failing after 0s

This commit is contained in:
CrazyMax
2020-11-20 23:12:14 +01:00
parent 0dca12c226
commit 7cb65aaacb
5 changed files with 34 additions and 22 deletions

View File

@@ -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',