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
The rockcraft-pack-action provides an output rock (the filename of the rock produced). This is great for CI as reduces the boilerplate code needed to consume the output.
For the same reason, it would be great if this action also provided data like name, version, and probably others. This would make it really easy to chain a rockcraft-pack call with a skopeo copy, etc. A use can currently inspect the rockcraft.yaml file to get this information, but it feels more natural and convenient to be provided these directly from rockcraft-pack-action
The text was updated successfully, but these errors were encountered:
The
rockcraft-pack-action
provides an outputrock
(the filename of the rock produced). This is great for CI as reduces the boilerplate code needed to consume the output.For the same reason, it would be great if this action also provided data like
name
,version
, and probably others. This would make it really easy to chain arockcraft-pack
call with askopeo copy
, etc. A use can currently inspect therockcraft.yaml
file to get this information, but it feels more natural and convenient to be provided these directly fromrockcraft-pack-action
The text was updated successfully, but these errors were encountered: