Skip to content

Commit

Permalink
Fix docker load
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyCat committed Sep 29, 2021
1 parent 42351b4 commit 5469144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: base-ubuntu_18.04
path: /tmp/kaitai-compress-test-base-ubuntu_18.04.tar
path: /tmp # downloads /tmp/kaitai-compress-test-base-ubuntu_18.04.tar
- name: Load base-ubuntu_18.04
run: docker load --input /tmp/kaitai-compress-test-base-ubuntu_18.04.tar
- name: Build Docker image for javascript/nodejs14
Expand Down

0 comments on commit 5469144

Please sign in to comment.