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 50914c4 commit 9142cddCopy full SHA for 9142cdd
.github/workflows/ci.yml
@@ -111,3 +111,14 @@ jobs:
111
version: ${{github.event.pull_request.head.ref}}
112
version-is-repo-ref: true
113
features-repo-ref: python-update-updates
114
+
115
+ omes-image-build:
116
+ uses: temporalio/omes/.github/workflows/docker-images.yml@main
117
+ secrets: inherit
118
+ with:
119
+ lang: python
120
+ sdk-repo-url: ${{ github.event.pull_request.head.repo.full_name || 'temporalio/sdk-python' }}
121
+ sdk-repo-ref: ${{ github.event.pull_request.head.ref || github.ref }}
122
+ # TODO: Remove once we have a good way of cleaning up sha-based pushed images
123
+ docker-tag-ext: ci-latest
124
+ do-push: true
0 commit comments