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 6695adf commit 89c43d1Copy full SHA for 89c43d1
.github/workflows/omes.yml
@@ -0,0 +1,19 @@
1
+name: Omes Testing
2
+on:
3
+ push:
4
+ branches:
5
+ - main
6
+ - "releases/*"
7
+
8
+jobs:
9
+ omes-image-build:
10
+ needs: build-lint-test
11
+ uses: temporalio/omes/.github/workflows/docker-images.yml@main
12
+ secrets: inherit
13
+ with:
14
+ lang: dotnet
15
+ sdk-repo-url: ${{ github.event.pull_request.head.repo.full_name || 'temporalio/sdk-dotnet' }}
16
+ sdk-repo-ref: ${{ github.event.pull_request.head.ref || github.ref }}
17
+ # TODO: Remove once we have a good way of cleaning up sha-based pushed images
18
+ docker-tag-ext: ci-latest
19
+ do-push: true
0 commit comments