We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0227dc commit 5087714Copy full SHA for 5087714
.github/workflows/auto-update-container-documentation.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Cache Docker images
24
uses: ScribeMD/[email protected]
25
with:
26
- key: docker-${{ runner.os }}-${{ hashFiles(paths) }}
+ key: docker-${{ runner.os }}-${{ hashFiles('.github/workflows/auto-update-container-documentation.yml') }}
27
- name: make update_container_documentation
28
id: update-container-documentation
29
run: |
0 commit comments