Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ jobs:
chain: mantrachain
chains-spec-file: chains.yaml
clone-key: ${{ secrets.GIT_CLONE_KEY }}
# TODO: change back to strangelove-ventures once it create the release
heighliner-owner: ${{ github.repository_owner }}
heighliner-tag: v1.7.5
# heighliner-owner: ${{ github.repository_owner }}
heighliner-tag: v1.7.4
github-organization: ${{ github.repository_owner }}
github-repo: ${{ github.event.repository.name }}
git-ref: ${{ github.event.inputs.release_tag || github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
- build/mantrachaind
platforms:
- linux/amd64
# - linux/arm64
- linux/arm64
Loading