Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
scirner22 committed May 20, 2024
1 parent ccdc600 commit 556a6d8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
heighliner-docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - uses: actions/checkout@v4

- uses: docker/setup-buildx-action@v3

Expand All @@ -52,16 +52,20 @@ jobs:
- uses: strangelove-ventures/heighliner-build-action@main
with:
heighliner-tag: v1.5.5
git-ref: v1.18.0
chain: provenance
local: true
tag: ${{ steps.meta.outputs.version }}
# local: true
# tag: ${{ steps.meta.outputs.version }}
tag: heighliner-v1.18.0
registry: provenanceio
dockerfile: cosmos
build-target: |
cd ..
make install
binaries: |
- /go/bin/provenanced
libraries: |
- /lib/libwasmvm_muslc.a
build-env: |
- "WITH_LEDGER=false"
- "WITH_CLEVELDB=false"
Expand Down

0 comments on commit 556a6d8

Please sign in to comment.