Skip to content

Commit 9142cdd

Browse files
authored
Add omes image build (#602)
1 parent 50914c4 commit 9142cdd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,14 @@ jobs:
111111
version: ${{github.event.pull_request.head.ref}}
112112
version-is-repo-ref: true
113113
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

Comments
 (0)