mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-24 12:17:01 +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
|
runs-on: ubuntu-latest
|
||||||
needs:
|
needs:
|
||||||
- kubeconform-test
|
- kubeconform-test
|
||||||
- openapi2jsonschema-test
|
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
|
|
|
||||||
1
.github/workflows/openapi2jsonschema.yml
vendored
1
.github/workflows/openapi2jsonschema.yml
vendored
|
|
@ -19,6 +19,7 @@ jobs:
|
||||||
working-directory: ./scripts
|
working-directory: ./scripts
|
||||||
run: make docker-test docker-acceptance
|
run: make docker-test docker-acceptance
|
||||||
|
|
||||||
|
# https://docs.github.com/en/actions/publishing-packages/publishing-docker-images
|
||||||
- name: Log in to the Container registry
|
- name: Log in to the Container registry
|
||||||
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
|
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue