Skip to content

Support pinned GHCR image tags and release workflow - #28

Merged
danbugs merged 5 commits into
mainfrom
ghcr-tagged-pulls
May 15, 2026
Merged

Support pinned GHCR image tags and release workflow#28
danbugs merged 5 commits into
mainfrom
ghcr-tagged-pulls

Conversation

@danbugs

@danbugs danbugs commented May 15, 2026

Copy link
Copy Markdown
Contributor

Adds support for pulling specific GHCR image versions instead of always :latest, and introduces a one-button release workflow.

  • Change InstallSource::Ghcr to Ghcr { tag: Option<&str> } — None keeps the current :latest behavior, Some("v0.3.1") pins a release
  • Add --tag flag to pyhl setup CLI
  • publish-examples.yml: trigger on v* tags and push both :latest and :vX.Y.Z for all published images
  • New release.yml workflow (workflow_dispatch): takes a version input, bumps Cargo.toml, commits to main, creates git tag + GitHub Release, and triggers the publish workflow to push versioned GHCR images

danbugs added 5 commits May 15, 2026 01:47
Signed-off-by: danbugs <danilochiarlone@gmail.com>
Signed-off-by: danbugs <danilochiarlone@gmail.com>
Signed-off-by: danbugs <danilochiarlone@gmail.com>
Signed-off-by: danbugs <danilochiarlone@gmail.com>
fmt

Signed-off-by: danbugs <danilochiarlone@gmail.com>

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linux Benchmarks

Details
Benchmark suite Current: d4b0467 Previous: ad90d23 Ratio
hello_world (median) 20 ms 20 ms 1
pandas (median) 110 ms 100 ms 1.10
density (per VM) 7 MB 7 MB 1
snapshot (disk) 385 MiB 385 MiB 1

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Windows Benchmarks

Details
Benchmark suite Current: d4b0467 Previous: ad90d23 Ratio
hello_world (median) 295 ms 249 ms 1.18
pandas (median) 1004 ms 740 ms 1.36
density (per VM) 6 MB 6 MB 1
snapshot (disk) 393 MiB 393 MiB 1

This comment was automatically generated by workflow using github-action-benchmark.

@danbugs
danbugs merged commit a13793a into main May 15, 2026
80 checks passed
@danbugs
danbugs deleted the ghcr-tagged-pulls branch May 15, 2026 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant