Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,14 @@ jobs:
version: ${{github.event.pull_request.head.ref}}
version-is-repo-ref: true
features-repo-ref: python-update-updates

omes-image-build:
uses: temporalio/omes/.github/workflows/docker-images.yml@main
secrets: inherit
with:
lang: python
sdk-repo-url: ${{ github.event.pull_request.head.repo.full_name || 'temporalio/sdk-python' }}
sdk-repo-ref: ${{ github.event.pull_request.head.ref || github.ref }}
# TODO: Remove once we have a good way of cleaning up sha-based pushed images
docker-tag-ext: ci-latest
do-push: true