Skip to content

Commit c149b89

Browse files
committed
add to action
1 parent b2d6842 commit c149b89

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/docker-build-check.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,14 @@ jobs:
4242
push: false
4343
tags: airbyte/source-declarative-manifest:pr-${{ github.event.pull_request.number }}
4444
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=SDM Docker image for PR ${{ github.event.pull_request.number }}
45+
46+
- name: Build Manifest Runner Docker image for multiple platforms
47+
id: manifest-runner-build
48+
uses: docker/build-push-action@v5
49+
with:
50+
context: .
51+
file: airbyte_cdk/manifest_runner/Dockerfile
52+
platforms: linux/amd64,linux/arm64
53+
push: false
54+
tags: airbyte/manifest-runner:pr-${{ github.event.pull_request.number }}
55+
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Manifest Runner Docker image for PR ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)