Skip to content

Commit 07d2cf3

Browse files
committed
Update image caching for version builds
1 parent cad0fee commit 07d2cf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
context: .
4242
file: ./Dockerfile
4343
push: true
44+
cache-to: type=inline
45+
cache-from: type=registry,ref=ghcr.io/python-discord/python-builds:${{ inputs.tag }}
4446
tags: |
4547
ghcr.io/python-discord/python-builds:${{ inputs.tag }}
4648
ghcr.io/python-discord/python-builds:${{ inputs.tag }}-${{ steps.git-sha.outputs.sha }}

0 commit comments

Comments
 (0)