@@ -3,9 +3,9 @@ name: Release
3
3
on :
4
4
push :
5
5
branches :
6
- - release/[0-9]+.[0-9]+.[0-9]+
6
+ - release/[0-9]+.[0-9]+.[0-9]+-?[a-z]*
7
7
tags :
8
- - v[0-9]+.[0-9]+.[0-9]+
8
+ - v[0-9]+.[0-9]+.[0-9]+-?[a-z]*
9
9
10
10
env :
11
11
CARGO_TERM_COLOR : always
17
17
runs-on : ubuntu-latest
18
18
strategy :
19
19
matrix :
20
- runtime : [bajun, ajuna ]
20
+ runtime : [bajun]
21
21
steps :
22
22
- uses : actions/checkout@v3
23
23
with :
81
81
runs-on : ubuntu-latest
82
82
strategy :
83
83
matrix :
84
- runtime : [bajun, ajuna ]
84
+ runtime : [bajun]
85
85
env :
86
86
SUBWASM_VERSION : v0.19.1
87
87
steps :
@@ -142,11 +142,6 @@ jobs:
142
142
build_arg_feature : bajun,
143
143
build_arg_bin : bajun-para,
144
144
}
145
- - {
146
- name : parachain-ajuna,
147
- build_arg_feature : ajuna,
148
- build_arg_bin : ajuna-para,
149
- }
150
145
outputs :
151
146
image_tag : ${{ steps.set_image_tag.outputs.image_tag }}
152
147
steps :
@@ -179,25 +174,3 @@ jobs:
179
174
bin=${{ matrix.image.build_arg_bin }}
180
175
cache-from : type=registry,ref=ajuna/${{ matrix.image.name }}:buildcache
181
176
cache-to : type=registry,ref=ajuna/${{ matrix.image.name }}:buildcache,mode=max
182
-
183
- release-onf :
184
- needs : release-docker
185
- runs-on : ubuntu-latest
186
- strategy :
187
- matrix :
188
- runtime : [bajun, ajuna]
189
- include :
190
- - runtime : bajun
191
- network_key : ONF_BAJUN_NETWORK_KEY
192
- - runtime : ajuna
193
- network_key : ONF_AJUNA_NETWORK_KEY
194
- steps :
195
- - uses : OnFinality-io/action-onf-release@v1
196
- with :
197
- onf-access-key : ${{ secrets.ONF_ACCESS_KEY }}
198
- onf-secret-key : ${{ secrets.ONF_SECRET_KEY }}
199
- onf-workspace-id : ${{ secrets.ONF_WORKSPACE_ID }}
200
- onf-network-key : ${{ secrets[matrix.network_key] }}
201
- onf-sub-command : image
202
- onf-action : add
203
- image-version : ${{ needs.release-docker.outputs.image_tag }}
0 commit comments