Skip to content

Commit

Permalink
Correct env var used for hardhat image in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Jun 24, 2023
1 parent e2a7f44 commit c578586
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,8 @@ jobs:
# The image is already tagged at this point by the hardhat-build job
- name: Load hardhat image
run: docker load --input ${{ env.DOWNLOAD_DIR }}/${{ env.HARDHAT_ARTIFACT }}
- name: ls
run: echo ${{ env.HARDHAT_ARTIFACT }} && docker image ls
- name: Rename hardhat image
run: docker tag ${{ env.HARDHAT_ARTIFACT }} ethereum:prebuilt
run: docker tag ${{ env.HARDHAT_IMAGE }} ethereum:prebuilt
- name: Get steward artifact
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit c578586

Please sign in to comment.