Skip to content

Commit 89c43d1

Browse files
authored
Add omes image build (#323)
1 parent 6695adf commit 89c43d1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/omes.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)