diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 799ec77..86f3c42 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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