Fixed Image Name Handling #93#94
Conversation
if set in config Signed-off-by: Stephan Wendel <me@stephanwe.de>
|
I don't understand what does it fix, also in #93. Because I don't understand the problem.
|
|
Hi and a Merry Christmas for you and your Family. So, after I asked you by email where are the Descriptions are for Customizing the config file, I fiddled around with that. I expected that, when I add
if [ "${BASE_RELEASE_IMG_NAME}" == "default" ]; then else mv "${FILENAME}" "${IMG_FILENAME}" if [ "${BASE_RELEASE_COMPRESS}" == "yes" ]; then in the portion you test for other Variable Content then "default", if it is on default the outcome is how it is expected. But if I set those variables to my wanted names the image name is the same as my Input image. This brought the Problem that thi zip file has the Name of the bare input file. from a github - workflow .yml file. Regards Stephan |
|
Ah and I forget: |
|
Got it, thanks for the contribution! |
According to #93