mirror of
https://github.com/meshtastic/python.git
synced 2026-09-21 03:12:45 -04:00
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:
4 files changed
+41
-23
No files matched your search
@@ -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
|
||||
Reference in new issue
Block a user