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
2026-06-08 13:28:09 -07:00
parent 8f0faf5c3f
commit dd1df473c7
4 changed files with 41 additions and 23 deletions

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