Small CI for openapi2jsonschema, publish docker image

This commit is contained in:
Yann Hamon 2022-10-16 16:33:48 +02:00
parent 129ffaeef1
commit 3aba162880
2 changed files with 8 additions and 11 deletions

View file

@ -3,8 +3,8 @@ LABEL org.opencontainers.image.authors="Various contributors" \
org.opencontainers.image.source="https://github.com/yannh/kubeconform/tree/master/scripts" \
org.opencontainers.image.description="Convert OpenAPI CRD to JSON Schema" \
org.opencontainers.image.licenses="Apache License 2.0" \
org.opencontainers.image.title="kubeconform" \
org.opencontainers.image.url="https://github.com/yannh/kubeconform/"
org.opencontainers.image.title="openapi2jsonschema" \
org.opencontainers.image.url="https://github.com/yannh/kubeconform/tree/master/scripts/"
MAINTAINER Yann HAMON <yann@mandragor.org>
ENV FILENAME_FORMAT='{kind}-{group}-{version}'