Skip to content

Commit c5b519e

Browse files
authoredAug 5, 2024··
Build omes worker image w/ pending changes (#1577)
1 parent 2baa60e commit c5b519e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎.github/workflows/ci.yml

+11
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,14 @@ jobs:
129129
go-repo-path: ${{github.event.pull_request.head.repo.full_name}}
130130
version: ${{github.event.pull_request.head.ref}}
131131
version-is-repo-ref: true
132+
133+
omes-image-build:
134+
uses: temporalio/omes/.github/workflows/docker-images.yml@main
135+
secrets: inherit
136+
with:
137+
lang: go
138+
sdk-repo-url: ${{github.event.pull_request.head.repo.full_name}}
139+
sdk-repo-ref: ${{github.event.pull_request.head.ref}}
140+
# TODO: Remove once we have a good way of cleaning up sha-based pushed images
141+
docker-tag-ext: ci-latest
142+
do-push: true

0 commit comments

Comments
 (0)
Please sign in to comment.