File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,12 @@ on: # yamllint disable-line rule:truthy
12
12
- opened
13
13
branches :
14
14
- ' **/22.3*'
15
- release :
16
- types :
17
- - published
18
- # push:
19
- # branches:
20
- # # Anything/22.3 (e.g customizations/22.3)
21
- # - '**/22.3*'
15
+ # release:
16
+ # types:
17
+ # - published
18
+ push :
19
+ branches :
20
+ - ' releases/22.3*'
22
21
23
22
jobs :
24
23
DockerHubPushAarch64 :
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ SET(VERSION_MAJOR 22)
7
7
SET(VERSION_MINOR 3)
8
8
SET(VERSION_PATCH 15)
9
9
SET(VERSION_GITHASH 74956bfee4df521cb8963eef79bc211bdec8f0ef)
10
- SET(VERSION_DESCRIBE v22.3.15.2 -altinitystable)
11
- SET(VERSION_STRING 22.3.15.2 .altinitystable)
10
+ SET(VERSION_DESCRIBE v22.3.15.34 -altinitystable)
11
+ SET(VERSION_STRING 22.3.15.34 .altinitystable)
12
12
13
- SET(VERSION_TWEAK 2 )
13
+ SET(VERSION_TWEAK 34 )
14
14
SET(VERSION_FLAVOUR altinitystable)
15
15
# end of autochange
You can’t perform that action at this time.
0 commit comments