Skip to content

Commit

Permalink
Fix image naming
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Jun 24, 2023
1 parent 51469e0 commit abe3156
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ env:
HARDHAT_IMAGE_NAME: steward-hardhat
ORCHESTRATOR_IMAGE_NAME: ghcr.io/peggyjv/gravity-bridge-orchestrator:main
SOMMELIER_IMAGE: ghcr.io/peggyjv/sommelier-sommelier:main
STEWARD_ARTIFACT: steward_steward.tar
HARDHAT_ARTIFACT: steward_hardhat.tar
STEWARD_ARTIFACT: steward_steward
HARDHAT_ARTIFACT: steward_hardhat
UPLOAD_DIR: /tmp/uploaded_artifacts
DOWNLOAD_DIR: /tmp/downloaded_artifacts

Expand Down Expand Up @@ -174,6 +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: Rename hardhat image
run: docker tag ${{ env.HARDHAT_ARTIFACT }} ethereum:prebuilt
- name: Get steward artifact
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit abe3156

Please sign in to comment.