Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #133 from cloudnull/update-projects-cosmovisor-too…
Browse files Browse the repository at this point in the history
…ls/cosmovisor/v1.4.0

chore: Update cosmovisor to tools/cosmovisor/v1.4.0
  • Loading branch information
cloudnull authored Oct 26, 2022
2 parents 47171fd + 4ecfbad commit 3e5bb88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/matrix-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
draft: false
prerelease: false
fail_on_unmatched_files: false
tag_name: ${{ matrix.version }}-${{ github.ref }}-${{ steps.targettag.outputs.value }}
tag_name: ${{ matrix.version }}-${{ steps.refsha.outputs.value }}
name: ${{ matrix.base }} build release for ${{ matrix.version }} on ${{ steps.targettag.outputs.value }}
body: |
Build release for ${{ matrix.base }} version ${{ matrix.version }}.
Expand Down
2 changes: 2 additions & 0 deletions cosmovisor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ ARG git_version=main
RUN git clone --recursive --branch $git_version $git_repository /build_dir
WORKDIR /build_dir
RUN make cosmovisor
WORKDIR /build_dir/cosmovisor
RUN if [ -f /build_dir/tools/cosmovisor/cosmovisor ]; then cp /build_dir/tools/cosmovisor/cosmovisor /build_dir/cosmovisor/cosmovisor; fi

FROM gcr.io/distroless/base-debian11:latest
ARG git_repository=https://github.com/cosmos/cosmos-sdk
Expand Down
3 changes: 1 addition & 2 deletions cosmovisor/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
v0.45.10

tools/cosmovisor/v1.4.0

0 comments on commit 3e5bb88

Please sign in to comment.