Skip to content

Commit

Permalink
Add path for download docker image tar files
Browse files Browse the repository at this point in the history
  • Loading branch information
syjn99 committed Sep 11, 2024
1 parent 739de92 commit c5f0190
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/_build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
uses: actions/download-artifact@v3
with:
name: docker-images
path: |
bazel-bin/cmd/beacon-chain/image_bundle.tar
bazel-bin/cmd/validator/image_bundle.tar
- name: Load images
run: |
Expand Down

0 comments on commit c5f0190

Please sign in to comment.