diff options
author | 2020-11-24 06:36:41 +0200 | |
---|---|---|
committer | 2020-11-24 06:36:41 +0200 | |
commit | 591cbab028a8010272033ee8d19f66e24cc0a001 (patch) | |
tree | 47667d4af75ca73c5a1b77d8ace57b67489ca4a9 /.github | |
parent | Fix linting issues to make flake8 job passing (diff) |
Fix GHCR Docker caching
Co-authored-by: Joe Banks <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/forms-backend.yml | 1 |
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 }} |