-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build omes worker image in CI (#2171)
- Loading branch information
1 parent
531d3cb
commit e0851f0
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Omes testing | ||
on: | ||
push: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
omes-image-build: | ||
uses: temporalio/omes/.github/workflows/docker-images.yml@main | ||
secrets: inherit | ||
with: | ||
lang: java | ||
sdk-repo-url: ${{ github.event.pull_request.head.repo.full_name || 'temporalio/sdk-java' }} | ||
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 |