Small CI for openapi2jsonschema, publish docker image

This commit is contained in:
Yann Hamon 2022-10-16 16:38:15 +02:00
parent b6959ca0d1
commit 104e38623f

View file

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