mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-23 03:37:01 +00:00
Small CI for openapi2jsonschema, publish docker image
This commit is contained in:
parent
b6959ca0d1
commit
104e38623f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/openapi2jsonschema.yml
vendored
2
.github/workflows/openapi2jsonschema.yml
vendored
|
|
@ -27,6 +27,6 @@ jobs:
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
context: "{{defaultContext}}:scripts"
|
context: "./scripts"
|
||||||
push: true
|
push: true
|
||||||
tags: "openapi2jsonschema:latest"
|
tags: "openapi2jsonschema:latest"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue