Skip to content

Commit

Permalink
new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed May 29, 2024
1 parent f6a647b commit 072ffc1
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 @@ -20,14 +20,14 @@ jobs:
uses: actions/checkout@v4

- name: Build Docker Image
uses: boojamya/heighliner-build-action@0180cff4e922deaca65eba4fca353b2a7c540c4a
uses: boojamya/heighliner-build-action@c57343ec9ae9e54d25c7dccb3ce487d476a12ea5
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
# clone-key: ${{secrets.HEIGHLINER_KEY}}
clone-key: ${{secrets.HEIGHLINER_KEY}}
heighliner-owner: noble-assets
heighliner-tag: 63a76195d5a8ed814290f321122ba938999ecca7

Expand Down

0 comments on commit 072ffc1

Please sign in to comment.