mirror of
https://github.com/meshtastic/python.git
synced 2026-06-16 03:19:30 -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:
2
.github/workflows/container-build.yaml
vendored
2
.github/workflows/container-build.yaml
vendored
@@ -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