Currently, we pass github.sha to buildah, to create image with this tag.
However, we use also "latest" tag and tag with current date.
That means, that if user pulls the image via other then sha tag, it will no longer be possible to get the commit hash from the image.
We should consider adding some information about hash of the latest commit to the released images.