mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-21 02:47:01 +00:00
Small CI for openapi2jsonschema, publish docker image
This commit is contained in:
parent
9bb665fb41
commit
129ffaeef1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/openapi2jsonschema.yml
vendored
4
.github/workflows/openapi2jsonschema.yml
vendored
|
|
@ -34,5 +34,5 @@ jobs:
|
||||||
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
||||||
with:
|
with:
|
||||||
context: ./scripts
|
context: ./scripts
|
||||||
push: true
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
tags: latest
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue