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 531d3cb commit e0851f0Copy full SHA for e0851f0
.github/workflows/omes.yml
@@ -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