Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TristenHarr committed Jul 15, 2024
1 parent 5294ead commit 3753ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ndc-python-lambda-connector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: connector-definition/dist/.hasura-connector
context: connector-definition/dist
push: ${{ startsWith(github.ref, 'refs/tags/v') }}
tags: ${{ steps.docker-metadata.outputs.tags }}
labels: ${{ steps.docker-metadata.outputs.labels }}
Expand Down

0 comments on commit 3753ea9

Please sign in to comment.