Skip to content

Commit b48512b

Browse files
committed
Update build.yaml
1 parent 58ea47d commit b48512b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ jobs:
4646
docker-compose.build.yml
4747
push: true
4848
set: |
49-
*.cache-from=type=gha
50-
*.cache-to=type=gha,mode=max
49+
*.cache-from=type=registry,ref=user/app:latest
50+
*.cache-to=type=inline
51+
5152
env:
5253
ENV: ${{ vars.ENV }}
5354
WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}

0 commit comments

Comments
 (0)