Skip to content

Commit

Permalink
Merge pull request #484 from Cerebellum-Network/chore/dev-to-new-staging
Browse files Browse the repository at this point in the history
Dev to new staging
  • Loading branch information
khssnv authored Nov 26, 2024
2 parents 307515f + 0bd1c13 commit ac5b14d
Show file tree
Hide file tree
Showing 56 changed files with 6,887 additions and 5,497 deletions.
2 changes: 2 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Please select the branch type you are merging and fill in the relevant template.

## Checklist for Hotfix
<!--- All boxes need to be checked. Follow this checklist before requiring PR review -->
- [ ] Change has been deployed to Testnet.
- [ ] Change has been tested in Testnet.
- [ ] Changelog has been updated.
- [ ] Crate version has been updated.
- [ ] `spec_version` has been incremented.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-berlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
file: Dockerfile.tests
push: true
build-args: |
"ECR_REGISTRY=${{ steps.login-ecr-org.outputs.registry }}-berlin"
"ECR_REGISTRY=${{ steps.login-ecr-org.outputs.registry }}-berlin"
2 changes: 1 addition & 1 deletion .github/workflows/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
tags: |
${{ steps.login-ecr.outputs.registry }}/pos-network-node:${{ github.sha }}
${{ steps.login-ecr.outputs.registry }}/pos-network-node:${{ env.GITHUB_SHA }}
${{ steps.login-ecr.outputs.registry }}/pos-network-node:master-latest
${{ steps.login-ecr.outputs.registry }}/pos-network-node:dev-latest
- name: Copy wasm artifacts from the image
run: |
Expand Down
Loading

0 comments on commit ac5b14d

Please sign in to comment.