mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 14:09:21 +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
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: "{{defaultContext}}:scripts"
|
||||
context: "./scripts"
|
||||
push: true
|
||||
tags: "openapi2jsonschema:latest"
|
||||
|
|
|
|||
Loading…
Reference in a new issue