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 / docker-push (push) Failing after 0s
591 B
591 B
Changelog
1.6.0 (2020/10/28)
- Generate latest tag by default on push tag event (#5)
1.5.0 (2020/10/27)
- Add
tag-match-groupinput to choose group to get iftag-matchmatches - Check
tag-matchis a valid regex
1.4.0 (2020/10/27)
- Use RegExp to match against a Git tag instead of coerce
1.3.0 (2020/10/26)
- Set latest tag only if matches with a pattern
1.2.0 (2020/10/26)
- Coerces Git tag to semver (#3)
1.1.0 (2020/10/25)
- Allow to templatize schedule tag (#1)
- Allow to disable edge branch tagging (#2)
1.0.0 (2020/10/25)
- Initial version