Caching pip downloads (hopefully)

This commit is contained in:
2025-08-14 03:39:39 +02:00
parent 6c01c6a923
commit 91595ccc11

View File

@@ -34,3 +34,5 @@ jobs:
push: true push: true
platforms: linux/arm64 platforms: linux/arm64
tags: ghcr.io/stefbuwalda/cal_counter:arm64,ghcr.io/stefbuwalda/cal_counter:latest tags: ghcr.io/stefbuwalda/cal_counter:arm64,ghcr.io/stefbuwalda/cal_counter:latest
cache-from: type=registry,ref=ghcr.io/stefbuwalda/cal_counter:cache
cache-to: type=registry,ref=ghcr.io/stefbuwalda/cal_counter:cache,mode=max