Skip to content

Commit bb35ef4

Browse files
committed
Testing Docker layer caching
1 parent d1c8db5 commit bb35ef4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ jobs:
8585
push: true
8686
tags: ${{ steps.meta-server.outputs.tags }}
8787
labels: ${{ steps.meta-server.outputs.labels }}
88+
# Cache server Docker layers to speed up the build
89+
cache-from: type=gha
90+
cache-to: type=gha,mode=max
8891

8992
- name: (client) Build and push Docker image
9093
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)