Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
vesla0x1 committed Apr 3, 2024
1 parent 69d4616 commit c092db7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
- name: Start the container
run: |
docker run -d --name ipfs_host -v ${{ github.workspace }}:/export -v ${{ github.workspace }}:/data/ipfs -p 4001:4001 -p 4001:4001/udp -p 127.0.0.1:8080:8080 -p 127.0.0.1:5001:5001 ipfs/kubo:latest
mkdir ipfs-in
docker run -d --name ipfs_host -v ${{ github.workspace }}:/export -v ${{ github.workspace }}/ipfs-in:/data/ipfs -p 4001:4001 -p 4001:4001/udp -p 127.0.0.1:8080:8080 -p 127.0.0.1:5001:5001 ipfs/kubo:latest
- name: Download build files
uses: actions/download-artifact@v4
Expand Down

0 comments on commit c092db7

Please sign in to comment.