Skip to content

Commit

Permalink
add working-directory to docker load
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusdeMelo committed Jun 27, 2023
1 parent 56576e2 commit b34c18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish-16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
name: Workspace
path: /tmp/workspace
- run: ls /tmp/workspace | docker load < $(ls /tmp/workspace/pack-*-build.tar | head -1)
- run: sudo docker load < $(ls /tmp/workspace/pack-*-build.tar | head -1)
- run: docker load < $(ls /tmp/workspace/pack-*-run.tar | head -1)
- name: Create builder with retries
run: |
Expand Down

0 comments on commit b34c18e

Please sign in to comment.