mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 22:19:25 +00:00
Small CI for openapi2jsonschema, publish docker image
This commit is contained in:
parent
7d1608bde0
commit
11e4f37190
2 changed files with 1 additions and 1 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -20,7 +20,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- kubeconform-test
|
||||
- openapi2jsonschema-test
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
steps:
|
||||
- name: checkout
|
||||
|
|
|
|||
1
.github/workflows/openapi2jsonschema.yml
vendored
1
.github/workflows/openapi2jsonschema.yml
vendored
|
|
@ -19,6 +19,7 @@ jobs:
|
|||
working-directory: ./scripts
|
||||
run: make docker-test docker-acceptance
|
||||
|
||||
# https://docs.github.com/en/actions/publishing-packages/publishing-docker-images
|
||||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue