Skip to content

Commit

Permalink
chore: update heighliner action
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed Jun 5, 2024
1 parent c9de421 commit 96bb1dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build Docker Image
uses: strangelove-ventures/heighliner-build-action@v1.0.2
uses: noble-assets/heighliner-build-action@d409c7b0dc2acc05a8218caad581bffae654c953
with:
registry: "" # empty registry, image only shared for e2e testing
tag: local # emulate local environment for consistency in interchaintest cases
tar-export-path: ${{ env.TAR_PATH }} # export a tarball that can be uploaded as an artifact for the e2e jobs
platform: linux/amd64 # test runner architecture only
git-ref: ${{ github.head_ref }} # source code ref
additional-args: --clone-key ${{ secrets.HEIGHLINER_KEY }}
clone-key: ${{ secrets.HEIGHLINER_KEY }}

# Heighliner chains.yaml config
chain: aura-simd
Expand Down

0 comments on commit 96bb1dd

Please sign in to comment.