Skip to content

Commit

Permalink
adapt docker-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Feb 6, 2024
1 parent f71d42d commit 53a2041
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/actions/iota-sandbox/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'Setup IOTA Sandbox'
runs:
using: "composite"
steps:
- name: Setup iota sandbox
- name: Download iota sandbox
shell: bash
run: |
# Use next lines for using the GitHub release
Expand All @@ -21,6 +21,15 @@ runs:
# git clone https://github.com/iotaledger/iota-sandbox
# cd iota-sandbox/sandbox
- name: Cache Docker images
uses: ScribeMD/docker-cache@70723b070f0541d281d40017fd2e874d677357aa #0.2.6
with:
key: docker-sandbox-${{ hashFiles('sandbox/*.yml') }}

- name: Setup iota sandbox
shell: bash
run: |
cd
# Start Tangle
sudo ./bootstrap.sh
docker compose up -d
Expand Down

0 comments on commit 53a2041

Please sign in to comment.