chainguard-images / actions

GitHub actions for the chainguard-images
Apache License 2.0
17 stars 22 forks source link

Refactor image-refs outputs #29

Closed imjasonh closed 1 year ago

imjasonh commented 2 years ago

This changes apko-publish to emit the image-refs output, and for apko-snapshot to pass it through.

This has the benefit that image-refs is no longer an input anywhere, and it's always only /tmp/apko.images internally in apko-publish.

This also attempts to align all images_refs and igmage-refs into a consistent image-refs.

After this change we'll need to update all the consumers of these actions accordingly, e.g., https://github.com/distroless/static/compare/main...imjasonh:static:image-refs

Signed-off-by: Jason Hall jason@chainguard.dev

jdolitsky commented 1 year ago

closing as old/inactive. please re-open if necessary