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:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: crocmagnon/blog:latest
|
tags: crocmagnon/blog:latest
|
||||||
|
cache-from: type=registry,ref=crocmagnon/blog:latest
|
||||||
|
cache-to: type=inline
|
||||||
build-args: |
|
build-args: |
|
||||||
POETRY_OPTIONS=--no-dev
|
POETRY_OPTIONS=--no-dev
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
|
Reference in a new issue