Skip to content

Commit f223113

Browse files
authored
ci: enable docker/build-push-action GHA caching
1 parent ba82d60 commit f223113

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
push: true
7272
tags: ${{ steps.docker_meta.outputs.tags }}
7373
labels: ${{ steps.docker_meta.outputs.labels }}
74+
cache-from: type=gha
75+
cache-to: type=gha,mode=max
7476

7577
- name: Image digest
7678
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)