We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5294ead commit 3753ea9Copy full SHA for 3753ea9
.github/workflows/ndc-python-lambda-connector.yaml
@@ -83,7 +83,7 @@ jobs:
83
- name: Build and push Docker image
84
uses: docker/build-push-action@v5
85
with:
86
- context: connector-definition/dist/.hasura-connector
+ context: connector-definition/dist
87
push: ${{ startsWith(github.ref, 'refs/tags/v') }}
88
tags: ${{ steps.docker-metadata.outputs.tags }}
89
labels: ${{ steps.docker-metadata.outputs.labels }}
0 commit comments