@@ -39,15 +39,15 @@ jobs:
39
39
compose.yaml
40
40
compose.override.yaml
41
41
set : |
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
42
+ php.cache-from=type=gha,scope=php- ${{ github.ref }}
43
+ php.cache-from=type=gha,scope=php- refs/heads/main
44
+ php.cache-to=type=gha,scope=php- ${{ github.ref }},mode=max
45
+ pwa.cache-from=type=gha,scope=pwa- ${{ github.ref }}
46
+ pwa.cache-from=type=gha,scope=pwa- refs/heads/main
47
+ pwa.cache-to=type=gha,scope=pwa- ${{ github.ref }},mode=max
48
+ keycloak.cache-from=type=gha,scope=keycloak- ${{ github.ref }}
49
+ keycloak.cache-from=type=gha,scope=keycloak- refs/heads/main
50
+ keycloak.cache-to=type=gha,scope=keycloak- ${{ github.ref }},mode=max
51
51
-
52
52
name : Start services
53
53
run : docker compose up --wait --no-build
@@ -136,18 +136,18 @@ jobs:
136
136
compose.yaml
137
137
compose.prod.yaml
138
138
set : |
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
139
+ php.cache-from=type=gha,scope=php- ${{ github.ref }}-e2e
140
+ php.cache-from=type=gha,scope=php- ${{ github.ref }}
141
+ php.cache-from=type=gha,scope=php- refs/heads/main
142
+ php.cache-to=type=gha,scope=php- ${{ github.ref }}-e2e,mode=max
143
+ pwa.cache-from=type=gha,scope=pwa- ${{ github.ref }}-e2e
144
+ pwa.cache-from=type=gha,scope=pwa- ${{ github.ref }}
145
+ pwa.cache-from=type=gha,scope=pwa- refs/heads/main
146
+ pwa.cache-to=type=gha,scope=pwa- ${{ github.ref }}-e2e,mode=max
147
+ keycloak.cache-from=type=gha,scope=keycloak- ${{ github.ref }}-e2e
148
+ keycloak.cache-from=type=gha,scope=keycloak- ${{ github.ref }}
149
+ keycloak.cache-from=type=gha,scope=keycloak- refs/heads/main
150
+ keycloak.cache-to=type=gha,scope=keycloak- ${{ github.ref }}-e2e,mode=max
151
151
-
152
152
name : Start Services
153
153
run : docker compose up --wait --no-build
0 commit comments