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 51d04dd commit 3c146c7Copy full SHA for 3c146c7
.github/workflows/pypi_publish.yml
@@ -150,11 +150,9 @@ jobs:
150
151
publish_sdm:
152
name: Publish SDM to DockerHub
153
- # TODO: When we're ready to publish after each release, prefix the `if` below with:
154
- # (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')) ||
155
- # Until then, this workflow needs to be kicked off manually.
156
- # Last remaining blocker documented here: https://github.com/airbytehq/airbyte-python-cdk/issues/64
157
if: >
+ (github.event_name == 'push' &&
+ startsWith(github.ref, 'refs/tags/v')) ||
158
(github.event_name == 'workflow_dispatch' &&
159
github.event.inputs.publish_to_dockerhub == 'true'
160
)
0 commit comments