Skip to content

tryUseSdkFlag(SdkFlag.SKIP_YIELD_ON_VERSION) so that we default to … #312

tryUseSdkFlag(SdkFlag.SKIP_YIELD_ON_VERSION) so that we default to …

tryUseSdkFlag(SdkFlag.SKIP_YIELD_ON_VERSION) so that we default to … #312

Workflow file for this run

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