diff options
-rw-r--r-- | .github/workflows/build.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 404e66f7..f133ba24 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -45,6 +45,7 @@ jobs: file: ./Dockerfile push: true cache-from: type=registry,ref=ghcr.io/python-discord/seasonalbot:latest + cache-to: type=inline tags: | ghcr.io/python-discord/seasonalbot:latest ghcr.io/python-discord/seasonalbot:${{ steps.sha_tag.outputs.tag }} |