Skip to content

Commit 8f60bd6

Browse files
Added block-sync image on .cicleci.
Signed-off-by: Kushal Shukla <[email protected]>
1 parent aa382a8 commit 8f60bd6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,14 @@ jobs:
110110
organization: "$DOCKER_ORG"
111111
login_variable: DOCKER_LOGIN
112112
password_variable: DOCKER_PASSWORD
113+
- prometheus/publish_images:
114+
container_image_name: block-sync
115+
dockerfile_path: "tools/block-sync/Dockerfile"
116+
dockerbuild_context: "tools/block-sync/"
117+
registry: docker.io
118+
organization: "$DOCKER_ORG"
119+
login_variable: DOCKER_LOGIN
120+
password_variable: DOCKER_PASSWORD
113121
workflows:
114122
version: 2
115123
test-infra:

0 commit comments

Comments
 (0)