Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit 7b0bff7

Browse files
authored
Release/0.1.24-stable for bajun (#398)
* Release v0.1.24 stable
1 parent 48323e4 commit 7b0bff7

File tree

6 files changed

+858
-790
lines changed

6 files changed

+858
-790
lines changed

.github/workflows/release.yml

+4-31
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Release
33
on:
44
push:
55
branches:
6-
- release/[0-9]+.[0-9]+.[0-9]+
6+
- release/[0-9]+.[0-9]+.[0-9]+-?[a-z]*
77
tags:
8-
- v[0-9]+.[0-9]+.[0-9]+
8+
- v[0-9]+.[0-9]+.[0-9]+-?[a-z]*
99

1010
env:
1111
CARGO_TERM_COLOR: always
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
runtime: [bajun, ajuna]
20+
runtime: [bajun]
2121
steps:
2222
- uses: actions/checkout@v3
2323
with:
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ubuntu-latest
8282
strategy:
8383
matrix:
84-
runtime: [bajun, ajuna]
84+
runtime: [bajun]
8585
env:
8686
SUBWASM_VERSION: v0.19.1
8787
steps:
@@ -142,11 +142,6 @@ jobs:
142142
build_arg_feature: bajun,
143143
build_arg_bin: bajun-para,
144144
}
145-
- {
146-
name: parachain-ajuna,
147-
build_arg_feature: ajuna,
148-
build_arg_bin: ajuna-para,
149-
}
150145
outputs:
151146
image_tag: ${{ steps.set_image_tag.outputs.image_tag }}
152147
steps:
@@ -179,25 +174,3 @@ jobs:
179174
bin=${{ matrix.image.build_arg_bin }}
180175
cache-from: type=registry,ref=ajuna/${{ matrix.image.name }}:buildcache
181176
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

Comments
 (0)