Skip to content

Commit

Permalink
Update openapi spec v1296 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac authored Oct 15, 2024
1 parent b1c87dc commit b91c45f
Show file tree
Hide file tree
Showing 13 changed files with 7,799 additions and 2,204 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ jobs:
images: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ steps.docker-metadata.outputs.tags }}
labels: ${{ steps.docker-metadata.outputs.labels }}
platforms: linux/amd64,linux/arm64

- name: Build connector definition
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM ghcr.io/hasura/ndc-rest:v0.2.2
FROM ghcr.io/hasura/ndc-rest:v0.2.4

COPY ./config /etc/connector
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NDC_REST_VERSION ?= v0.2.2
NDC_REST_VERSION ?= v0.2.4
UID ?= $(shell id -u)
GID ?= $(shell id -g)

Expand Down
Loading

0 comments on commit b91c45f

Please sign in to comment.