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 5b11792 commit e4b98ccCopy full SHA for e4b98cc
.github/workflows/omes.yml
@@ -0,0 +1,21 @@
1
+name: Omes Testing
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ - 'releases/*'
8
9
+jobs:
10
+ omes-image-build:
11
+ needs:
12
+ - integration-tests
13
+ uses: temporalio/omes/.github/workflows/docker-images.yml@main
14
+ secrets: inherit
15
+ with:
16
+ lang: typescript
17
+ sdk-repo-url: ${{ github.event.pull_request.head.repo.full_name || 'temporalio/sdk-typescript' }}
18
+ sdk-repo-ref: ${{ github.event.pull_request.head.ref || github.ref }}
19
+ # TODO: Remove once we have a good way of cleaning up sha-based pushed images
20
+ docker-tag-ext: ci-latest
21
+ do-push: true
0 commit comments