Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh committed Jan 17, 2024
2 parents 478c1e0 + 08c714b commit 55897f2
Show file tree
Hide file tree
Showing 45 changed files with 1,551 additions and 1,424 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-10-09
toolchain: nightly-2022-11-15
override: true
components: rustfmt
- name: Check TOML
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-10-09
toolchain: nightly-2022-11-15
override: true
target: wasm32-unknown-unknown
- name: Rust Cache
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-10-09
toolchain: nightly-2022-11-15
override: true
target: wasm32-unknown-unknown
components: clippy
Expand All @@ -95,7 +95,7 @@ jobs:
- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-10-09
toolchain: nightly-2022-11-15
override: true
target: wasm32-unknown-unknown
- name: Rust Cache
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-docker-image-to-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
docker pull $ECR_REGISTRY/$ECR_REPOSITORY:$GITHUB_SHA
docker image tag $ECR_REGISTRY/$ECR_REPOSITORY:$GITHUB_SHA $DOCKERHUB_REPOSITORY/$PACKAGE_NAME:${GITHUB_REF##*/}
docker image tag $ECR_REGISTRY/$ECR_REPOSITORY:$GITHUB_SHA $ECR_REGISTRY/$ECR_REPOSITORY:${GITHUB_REF##*/}
docker image tag $ECR_REGISTRY/$ECR_REPOSITORY:$GITHUB_SHA $DOCKERHUB_REPOSITORY/$PACKAGE_NAME:latest
docker push $ECR_REGISTRY/$ECR_REPOSITORY:${GITHUB_REF##*/}
- name: Login to DockerHub
uses: docker/login-action@v1
Expand All @@ -37,6 +38,6 @@ jobs:
- name: Publish image to DockerHub
id: docker_publish
run: |
docker push $DOCKERHUB_REPOSITORY/$PACKAGE_NAME:${GITHUB_REF##*/}
docker push -a $DOCKERHUB_REPOSITORY/$PACKAGE_NAME
- name: Image digest
run: echo ${{ steps.docker_publish.outputs.digest }}
5 changes: 3 additions & 2 deletions .github/workflows/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Release to stage
on:
push:
branches:
- dev
- staging
- master
- 'release/**'
- 'hotfix/**'
- 'master'
- 'staging'

env:
PROFILE: release
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- ...

## [4.8.5]

### Changed

- [C,D] Updated Substrate to polkadot-v0.9.36

## [4.8.4]

### Changed
Expand Down
Loading

0 comments on commit 55897f2

Please sign in to comment.