Skip to content

Commit

Permalink
fix(ci): heighliner image build
Browse files Browse the repository at this point in the history
  • Loading branch information
scirner22 committed Jun 24, 2024
1 parent 6370ab1 commit 39afb48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ concurrency:
cancel-in-progress: true
jobs:
heighliner-docker:
# temporarily disable heighliner docker build until issue fixed: https://github.com/strangelove-ventures/heighliner/issues/253
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -53,7 +51,9 @@ jobs:

- uses: strangelove-ventures/heighliner-build-action@main
with:
heighliner-tag: v1.5.5
# use forked branch until https://github.com/strangelove-ventures/heighliner/issues/253 is fixed
heighliner-owner: ProvLabs
heighliner-tag: fix-wasmvm-repo-name
chain: provenance
local: true
tag: ${{ steps.meta.outputs.version }}
Expand Down

0 comments on commit 39afb48

Please sign in to comment.