OctoPrint/CustoPiZer

Ability to specify input image by name

Closed this issue · 2 comments

Maybe a support ask / documentation ask: is it possible to specify the file name of the input image, instead of assuming input.img?

When calling the script, the Docker container or the GitHub Action?

  • Script: First parameter
  • Docker container: First parameter to command
  • Action: No, currently not. Could be added however.

If you look into action.yml you'll see however that this is basically just a composite action that contains a very simple shell script, so just copy that shell script step and adjust as needed :)

Hi @foosel, I was running Custopizer locally to generate images, but I since moved to GH actions (heavily inspired by Ocotoprint's GH actions), and actually I don't need this anymore. Thanks!