We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa382a8 commit 8f60bd6Copy full SHA for 8f60bd6
.circleci/config.yml
@@ -110,6 +110,14 @@ jobs:
110
organization: "$DOCKER_ORG"
111
login_variable: DOCKER_LOGIN
112
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
121
workflows:
122
version: 2
123
test-infra:
0 commit comments