metadata-action icon indicating copy to clipboard operation
metadata-action copied to clipboard

Export bare tag names

Open penguineer opened this issue 3 years ago • 1 comments

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.

penguineer avatar Jun 03 '22 17:06 penguineer

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

ScottGuymer avatar Jul 19 '22 14:07 ScottGuymer

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.

vanicekv avatar Oct 28 '22 19:10 vanicekv

+1

hotrungnhan avatar Dec 28 '22 05:12 hotrungnhan

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 avatar Jul 01 '23 00:07 jasondamour

@jasondamour @crazy-max any updates on this ?

irux avatar Oct 09 '23 08:10 irux

Thank you for resolving this issue!

penguineer avatar Nov 30 '23 13:11 penguineer