aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-11-24 06:36:41 +0200
committerGravatar GitHub <[email protected]>2020-11-24 06:36:41 +0200
commit591cbab028a8010272033ee8d19f66e24cc0a001 (patch)
tree47667d4af75ca73c5a1b77d8ace57b67489ca4a9
parentFix linting issues to make flake8 job passing (diff)
Fix GHCR Docker caching
Co-authored-by: Joe Banks <[email protected]>
-rw-r--r--.github/workflows/forms-backend.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/forms-backend.yml b/.github/workflows/forms-backend.yml
index a55c5e4..50a09f2 100644
--- a/.github/workflows/forms-backend.yml
+++ b/.github/workflows/forms-backend.yml
@@ -87,6 +87,7 @@ jobs:
file: ./Dockerfile
push: true
cache-from: type=registry,ref=ghcr.io/python-discord/forms-backend:latest
+ cache-to: type=inline
tags: |
ghcr.io/python-discord/forms-backend:latest
ghcr.io/python-discord/forms-backend:${{ steps.sha_tag.outputs.tag }}