Export bare tag names
For integration with other tools (such as JIB) I would like access to the bare tag names (without the image name prepended), so that I can use this action even when the image name is created by another tool and complete image names cannot be specified.
This option would also enable to use other actions such as https://github.com/mr-smithers-excellent/docker-build-push/
Which are needed if you want to use windows, as the docker action does not support windows containers https://github.com/docker/build-push-action/issues/18
Exactly as written, it would allow using other actions for Windows for example. Support with the package https://github.com/mr-smithers-excellent/docker-build-push/ would be more than helpful.
+1
Another use case would be if you are building multiple docker images in the same pipeline, you can resuse the tags metadata for all of them.
@crazy-max Can you give any insight as to what the inputs.image.enabled variable is supposed to do? Seems to do nothing
@jasondamour @crazy-max any updates on this ?
Thank you for resolving this issue!