Skip to content

Commit 9e5eaad

Browse files
buchdagrhansen
authored andcommitted
ci: enable gha caching on docker/build-push-action
1 parent 89cc036 commit 9e5eaad

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
@@ -85,6 +85,8 @@ jobs:
8585
push: true
8686
tags: ${{ steps.docker_meta.outputs.tags }}
8787
labels: ${{ steps.docker_meta.outputs.labels }}
88+
cache-from: type=gha
89+
cache-to: type=gha,mode=max
8890

8991
- name: Docker image digest
9092
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)