Skip to content

Commit

Permalink
use docker-compose.yml for cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Feb 6, 2024
1 parent 82033d7 commit a2ed77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/iota-sandbox/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
- name: Cache Docker images
uses: ScribeMD/docker-cache@e481e638abdb45e2fa30845305c387a544cc617f #0.3.7
with:
key: docker-sandbox-${{ hashFiles('iota-sandbox/**/*.yml') }}
key: docker-sandbox-${{ hashFiles('iota-sandbox/sandbox/docker-compose.yml') }}

- name: Setup iota sandbox
shell: bash
Expand Down

0 comments on commit a2ed77c

Please sign in to comment.