NVIDIA / container-canary

A tool for testing and validating container requirements against versioned manifests
Apache License 2.0
245 stars 15 forks source link

Replace hub CLI with gh CLI #52

Closed jacobtomlinson closed 8 months ago

jacobtomlinson commented 8 months ago

The v0.3.0 release failed to publish assets because the hub CLI command was removed from GitHub Actions runners in October. See https://github.com/actions/runner-images/issues/8362.

This PR updates the script to use the gh CLI instead.

I've manually built and pushed the assets using the gh CLI for v0.3.0 to test that they work, which they do. So this PR will come into effect for v0.3.1 or above.