We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd918b4 commit c4e9ed7Copy full SHA for c4e9ed7
1 file changed
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
id: cache-solid-nextcloud-docker
49
with:
50
path: cache/solid-nextcloud
51
- key: solid-nextcloud-docker-${{ github.sha }}
+ key: solid-nextcloud-docker-${{ matrix.nextcloud_version }}-${{ github.sha }}
52
53
- uses: actions/checkout@v3
54
@@ -108,7 +108,7 @@ jobs:
108
109
110
111
112
113
- uses: docker/login-action@v2
114
0 commit comments