Skip to content

Commit e4b98cc

Browse files
authored
Build omes worker image (temporalio#1485)
1 parent 5b11792 commit e4b98cc

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/omes.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)