Fix up the container build to use a multi-stage build, cache better, and most importantly actually keep the library in the final image (fixes #931)

This commit is contained in:
Ian McEwen committed 2026-06-08 13:28:09 -07:00
1 parent 8f0faf5c3f
commit dd1df473c7
4 files changed
+41 -23

No files matched your search

+2
View File
@@ -75,3 +75,5 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max