Skip to content

Commit

Permalink
feat(nodle-parachain): set the dalek end block to be in future
Browse files Browse the repository at this point in the history
  • Loading branch information
aliXsed committed Feb 26, 2023
1 parent 121ef4b commit eeb2ff3
Show file tree
Hide file tree
Showing 16 changed files with 45 additions and 282 deletions.
161 changes: 0 additions & 161 deletions .github/workflows/ci.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/doc.yml

This file was deleted.

10 changes: 5 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,13 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to GHCR
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand All @@ -55,6 +53,8 @@ jobs:
with:
context: .
file: './Dockerfile'
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
push: true
tags: |
nodlecode/chain:dalek-zebra-rc2
ghcr.io/nodlecode/chain:dalek-zebra-rc2
labels: ${{ steps.meta.outputs.labels }}
47 changes: 0 additions & 47 deletions .github/workflows/srtool.yml

This file was deleted.

18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Nodle <support@nodle.com>", "Parity Technologies <admin@parity.io>"]
build = "build.rs"
edition = "2021"
name = "nodle-parachain"
version = "2.0.25"
version = "2.0.26"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
Loading

0 comments on commit eeb2ff3

Please sign in to comment.