Small CI for openapi2jsonschema, publish docker image

This commit is contained in:
Yann Hamon 2022-10-16 16:17:50 +02:00
parent 7d1608bde0
commit 11e4f37190
2 changed files with 1 additions and 1 deletions

View file

@ -20,7 +20,6 @@ jobs:
runs-on: ubuntu-latest
needs:
- kubeconform-test
- openapi2jsonschema-test
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: checkout

View file

@ -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: