Skip to content

Commit dc6bb50

Browse files
andrewklauclaude
andcommitted
ci: add block-proxy to Docker build workflow
Add block-proxy to the service matrix and trigger on docker/block-proxy branch so the Rust block-proxy image gets built and pushed to ghcr.io alongside the existing indexer images. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 52f3374 commit dc6bb50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/workflow-build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build Docker Images
22
on:
33
push:
4-
branches: ['main', 'feat/api']
4+
branches: ['main', 'feat/api', 'docker/block-proxy']
55
jobs:
66
build-deploy:
77
runs-on: ubuntu-latest
@@ -27,6 +27,7 @@ jobs:
2727
indexer-contract,
2828
explorer-selector,
2929
aggregates,
30+
block-proxy,
3031
]
3132
fail-fast: false
3233
steps:

0 commit comments

Comments
 (0)