You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend the existing docker workflow to push images to GitHub Container
Registry (ghcr.io/libbpf/bpftool) when a new tag is pushed or when
changes are merged to main.
- Add trigger for version tags (v*.*.*)
- Add GHCR login and push steps
- Add multi-arch build support (linux/amd64, linux/arm64)
- Add build caching using GitHub Actions cache
- Add automatic latest tag management with semantic version comparison
- Split workflow into separate jobs for testing (PR) and publishing (release)
Link: #232
Signed-off-by: Gyutae Bae <gyutae.bae@navercorp.com>
0 commit comments