Skip to content

Commit e0851f0

Browse files
authored
Build omes worker image in CI (#2171)
1 parent 531d3cb commit e0851f0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/omes.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Omes testing
2+
on:
3+
push:
4+
branches:
5+
- master
6+
7+
jobs:
8+
omes-image-build:
9+
uses: temporalio/omes/.github/workflows/docker-images.yml@main
10+
secrets: inherit
11+
with:
12+
lang: java
13+
sdk-repo-url: ${{ github.event.pull_request.head.repo.full_name || 'temporalio/sdk-java' }}
14+
sdk-repo-ref: ${{ github.event.pull_request.head.ref || github.ref }}
15+
# TODO: Remove once we have a good way of cleaning up sha-based pushed images
16+
docker-tag-ext: ci-latest
17+
do-push: true

0 commit comments

Comments
 (0)