Commit f4e60ea
committed
Del leading 'v' In git-tag To create valid Semver
We noticed that our current release process did not use the right docker
images anymore. This problem was created after switching to the new
build and push docker action because the images are now tagged with a
valid semver instead of a version with a leading 'v' but the release
tried to use the 'old' version style with a leading 'v'.
To resolve this issue we decided to trim the leading 'v' in our Release
Action because we want to have consistent tags in Github
Signed-off-by: Yannik Fuhrmeister <yannik.fuhrmeister@iteratec.com>1 parent 4b2573e commit f4e60ea
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| 42 | + | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
| |||
0 commit comments