Skip to content

Commit 4e90ba3

Browse files
committed
ci: add layer caching
1 parent ddd389b commit 4e90ba3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
platforms: ${{ matrix.variant.platform }}
9595
push: ${{ github.event_name != 'pull_request' }}
9696
labels: ${{ steps.meta.outputs.labels }}
97+
cache-from: type=gha
98+
cache-to: type=gha,mode=max
9799
tags: |
98100
webhippie/mariadb:latest-${{ matrix.variant.arch }}
99101
quay.io/webhippie/mariadb:latest-${{ matrix.variant.arch }}

0 commit comments

Comments
 (0)