Add docker build cache

This commit is contained in:
Gabriel Augendre 2022-09-28 01:00:08 +02:00
parent 30f16af64c
commit 6c682ea394

View file

@ -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