chore: optimize workflows for performance and cache

This commit is contained in:
LukeGus
2026-05-27 20:42:02 -05:00
parent 0ef4f59ce5
commit 9a030a4e34
2 changed files with 9 additions and 60 deletions
+1 -2
View File
@@ -79,7 +79,6 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ${{ env.ALL_TAGS }}
build-args: |
BUILDKIT_INLINE_CACHE=1
BUILDKIT_CONTEXT_KEEP_GIT_DIR=1
labels: |
org.opencontainers.image.source=https://github.com/${{ github.repository }}
@@ -87,7 +86,7 @@ jobs:
org.opencontainers.image.created=${{ github.run_id }}
cache-from: type=gha
cache-to: type=gha,mode=max
outputs: type=registry,compression=gzip,compression-level=9
outputs: type=registry,compression=zstd
- name: Cleanup Docker
if: always()