Skip to content

Commit

Permalink
ci: fix passing usage_rate build arg to python connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
psFried committed Mar 8, 2024
1 parent 42c0338 commit 52d1795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
build-args: |
CONNECTOR_NAME=${{ matrix.connector.name }}
CONNECTOR_TYPE=${{ matrix.connector.type }}
USAGE_RATE=${{ matrix.usage_rate }}
USAGE_RATE=${{ matrix.connector.usage_rate }}
tags: ghcr.io/estuary/${{ matrix.connector.name }}:local

- name: Deployment
Expand Down

0 comments on commit 52d1795

Please sign in to comment.