redhat-actions / buildah-build

GitHub Action to use 'buildah' to build a container image.
https://github.com/marketplace/actions/buildah-build
MIT License
137 stars 35 forks source link

[FEATURE] Output tagged image #63

Closed tetchel closed 2 years ago

tetchel commented 3 years ago

I often find myself concatenating the image and tag outputs.

We should add another output which contains this value since it's common to use in subsequent steps.

If there are multiple tags, just use the first one, because they all refer to the same image.

image