Push manifests as OCI artifact flux

Package manifests into an OCI artifact tagged by commit; note: embeds source+revision metadata

flux push artifact oci://reg/manifests:$(git rev-parse --short HEAD) --path=./manifests --source=$(git config --get remote.origin.url) --revision=$(git rev-parse HEAD)