diff --git a/.github/workflows/openapi2jsonschema.yml b/.github/workflows/openapi2jsonschema.yml index d1adb01..fbe56eb 100644 --- a/.github/workflows/openapi2jsonschema.yml +++ b/.github/workflows/openapi2jsonschema.yml @@ -34,5 +34,5 @@ jobs: uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc with: context: ./scripts - push: true - tags: latest + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }}