Add docker build cache
This commit is contained in:
parent
30f16af64c
commit
6c682ea394
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
@ -20,6 +20,8 @@ jobs:
|
|||
with:
|
||||
push: true
|
||||
tags: crocmagnon/blog:latest
|
||||
cache-from: type=registry,ref=crocmagnon/blog:latest
|
||||
cache-to: type=inline
|
||||
build-args: |
|
||||
POETRY_OPTIONS=--no-dev
|
||||
- name: Deploy
|
||||
|
|
Reference in a new issue