You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: update merge-and-push job in axosyslog-docker workflow
- after this change next docker tag will automatically
calculated in a following way:
- if actual git tag version is greater than previous docker tag
example:
current git tag: 4.10.0
last docker tag: 4.9.0-2
next docker tag: 4.10.0-1
- if actual git tag version is equals with previous docker tag
example:
current git tag: 4.9.0
last docker tag: 4.9.0-2
next docker tag: 4.9.0-3
- if actual git tag version is less than previous docker tag, than
compare script will display a warning and will exit
Signed-off-by: Andras Mitzki <andras.mitzki@axoflow.com>
0 commit comments