|
39 | 39 | compose.yaml
|
40 | 40 | compose.override.yaml
|
41 | 41 | set: |
|
42 |
| - *.cache-from=type=gha,scope=${{ github.ref }} |
43 |
| - *.cache-from=type=gha,scope=refs/heads/main |
44 |
| - *.cache-to=type=gha,scope=${{ github.ref }},mode=max |
| 42 | + php.cache-from=type=gha,scope=${{ github.ref }} |
| 43 | + php.cache-from=type=gha,scope=refs/heads/main |
| 44 | + php.cache-to=type=gha,scope=${{ github.ref }},mode=max |
| 45 | + pwa.cache-from=type=gha,scope=${{ github.ref }} |
| 46 | + pwa.cache-from=type=gha,scope=refs/heads/main |
| 47 | + pwa.cache-to=type=gha,scope=${{ github.ref }},mode=max |
| 48 | + keycloak.cache-from=type=gha,scope=${{ github.ref }} |
| 49 | + keycloak.cache-from=type=gha,scope=refs/heads/main |
| 50 | + keycloak.cache-to=type=gha,scope=${{ github.ref }},mode=max |
45 | 51 | -
|
46 | 52 | name: Start services
|
47 | 53 | run: docker compose up --wait --no-build
|
@@ -130,10 +136,18 @@ jobs:
|
130 | 136 | compose.yaml
|
131 | 137 | compose.prod.yaml
|
132 | 138 | set: |
|
133 |
| - *.cache-from=type=gha,scope=${{ github.ref }}-e2e |
134 |
| - *.cache-from=type=gha,scope=${{ github.ref }} |
135 |
| - *.cache-from=type=gha,scope=refs/heads/main |
136 |
| - *.cache-to=type=gha,scope=${{ github.ref }}-e2e,mode=max |
| 139 | + php.cache-from=type=gha,scope=${{ github.ref }}-e2e |
| 140 | + php.cache-from=type=gha,scope=${{ github.ref }} |
| 141 | + php.cache-from=type=gha,scope=refs/heads/main |
| 142 | + php.cache-to=type=gha,scope=${{ github.ref }}-e2e,mode=max |
| 143 | + pwa.cache-from=type=gha,scope=${{ github.ref }}-e2e |
| 144 | + pwa.cache-from=type=gha,scope=${{ github.ref }} |
| 145 | + pwa.cache-from=type=gha,scope=refs/heads/main |
| 146 | + pwa.cache-to=type=gha,scope=${{ github.ref }}-e2e,mode=max |
| 147 | + keycloak.cache-from=type=gha,scope=${{ github.ref }}-e2e |
| 148 | + keycloak.cache-from=type=gha,scope=${{ github.ref }} |
| 149 | + keycloak.cache-from=type=gha,scope=refs/heads/main |
| 150 | + keycloak.cache-to=type=gha,scope=${{ github.ref }}-e2e,mode=max |
137 | 151 | -
|
138 | 152 | name: Start Services
|
139 | 153 | run: docker compose up --wait --no-build
|
@@ -229,7 +243,7 @@ jobs:
|
229 | 243 | -
|
230 | 244 | name: Get API changed files
|
231 | 245 | id: api-changed-files
|
232 |
| - uses: tj-actions/changed-files@v44 |
| 246 | + uses: tj-actions/changed-files@v45 |
233 | 247 | with:
|
234 | 248 | files: api/**/*.php
|
235 | 249 | -
|
|
0 commit comments