Skip to content

Update core and update version to 1.3.1 (#344) #12

Update core and update version to 1.3.1 (#344)

Update core and update version to 1.3.1 (#344) #12

Workflow file for this run

name: Omes Testing
on:
push:
branches:
- main
- "releases/*"
jobs:
omes-image-build:
uses: temporalio/omes/.github/workflows/docker-images.yml@main
secrets: inherit
with:
lang: dotnet
sdk-repo-url: ${{ github.event.pull_request.head.repo.full_name || 'temporalio/sdk-dotnet' }}
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