Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add omes image build #323

Merged
merged 3 commits into from
Aug 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/omes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Omes Testing
on:
push:
branches:
- main
- "releases/*"

jobs:
omes-image-build:
needs: build-lint-test
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
Loading