Skip to content

Update version to 1.9.0 (#527) #91

Update version to 1.9.0 (#527)

Update version to 1.9.0 (#527) #91

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

Check failure on line 10 in .github/workflows/omes.yml

View workflow run for this annotation

GitHub Actions / Omes Testing

Invalid workflow file

The workflow is not valid. .github/workflows/omes.yml (Line: 10, Col: 11): Input build-command is required, but not provided while calling. .github/workflows/omes.yml (Line: 10, Col: 11): Input push-command is required, but not provided while calling.
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