Skip to content

Commit 3753ea9

Browse files
author
Tristen Harr
committed
update workflow
1 parent 5294ead commit 3753ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ndc-python-lambda-connector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Build and push Docker image
8484
uses: docker/build-push-action@v5
8585
with:
86-
context: connector-definition/dist/.hasura-connector
86+
context: connector-definition/dist
8787
push: ${{ startsWith(github.ref, 'refs/tags/v') }}
8888
tags: ${{ steps.docker-metadata.outputs.tags }}
8989
labels: ${{ steps.docker-metadata.outputs.labels }}

0 commit comments

Comments
 (0)