chainguard-images / actions

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

Make the default value of `image_refs` shared with docker action. #27

Closed mattmoor closed 2 years ago

mattmoor commented 2 years ago

The default value for image_refs was /tmp/apko.images, which wouldn't be visible after the apko step because it is executed inside of a container.

This changes it to a workspace-relative path, which is volume mounted in and shared with the rest of the workflow.

mattmoor commented 2 years ago

Trying this here: https://github.com/mattmoor/static/runs/7373495670?check_suite_focus=true 🤞