Skip to content

Commit

Permalink
Update build docker workflow to point to local ABIs
Browse files Browse the repository at this point in the history
  • Loading branch information
gMonty030 committed Oct 18, 2024
1 parent 83001ca commit a4e4013
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/oracle_build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Checkout
uses: actions/checkout@v2
with:
repository: gnosischain/tokenbridge-contracts
path: ./contracts
ref: 908a48107919d4ab127f9af07d44d47eac91547e
# Pointing to old repo of contracts: TODO add ABIS from tokenbridge-contracts
# - name: Checkout
# uses: actions/checkout@v2
# with:
# repository: gnosischain/tokenbridge-contracts
# path: ./contracts
# ref: 908a48107919d4ab127f9af07d44d47eac91547e

# Step 2: Extract version tag
- name: Get current version tag
Expand Down

0 comments on commit a4e4013

Please sign in to comment.