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

Commit

Permalink
Release/0.1.20-stable for Ajuna (#399)
Browse files Browse the repository at this point in the history
* Release v0.1.20 stable
  • Loading branch information
DidacSF authored Feb 12, 2024
1 parent 802982e commit 58b2c01
Show file tree
Hide file tree
Showing 6 changed files with 1,603 additions and 1,372 deletions.
35 changes: 4 additions & 31 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Release
on:
push:
branches:
- release/[0-9]+.[0-9]+.[0-9]+
- release/[0-9]+.[0-9]+.[0-9]+-?[a-z]*
tags:
- v[0-9]+.[0-9]+.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-?[a-z]*

env:
CARGO_TERM_COLOR: always
Expand All @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
runtime: [bajun, ajuna]
runtime: [ajuna]
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
runtime: [bajun, ajuna]
runtime: [ajuna]
env:
SUBWASM_VERSION: v0.19.1
steps:
Expand Down Expand Up @@ -137,11 +137,6 @@ jobs:
strategy:
matrix:
image:
- {
name: parachain-bajun,
build_arg_feature: bajun,
build_arg_bin: bajun-para,
}
- {
name: parachain-ajuna,
build_arg_feature: ajuna,
Expand Down Expand Up @@ -179,25 +174,3 @@ jobs:
bin=${{ matrix.image.build_arg_bin }}
cache-from: type=registry,ref=ajuna/${{ matrix.image.name }}:buildcache
cache-to: type=registry,ref=ajuna/${{ matrix.image.name }}:buildcache,mode=max

release-onf:
needs: release-docker
runs-on: ubuntu-latest
strategy:
matrix:
runtime: [bajun, ajuna]
include:
- runtime: bajun
network_key: ONF_BAJUN_NETWORK_KEY
- runtime: ajuna
network_key: ONF_AJUNA_NETWORK_KEY
steps:
- uses: OnFinality-io/action-onf-release@v1
with:
onf-access-key: ${{ secrets.ONF_ACCESS_KEY }}
onf-secret-key: ${{ secrets.ONF_SECRET_KEY }}
onf-workspace-id: ${{ secrets.ONF_WORKSPACE_ID }}
onf-network-key: ${{ secrets[matrix.network_key] }}
onf-sub-command: image
onf-action: add
image-version: ${{ needs.release-docker.outputs.image_tag }}
Loading

0 comments on commit 58b2c01

Please sign in to comment.