Commit 78441419 authored by Ino Murko's avatar Ino Murko

allow release pipeline for hearbeat service

parent b7acdec2
......@@ -1380,6 +1380,22 @@ workflows:
only: /^(proxyd|indexer|ci-builder|op-[a-z0-9\-]*)\/v.*/
branches:
ignore: /.*/
- docker-release:
name: op-heartbeat-release
filters:
tags:
only: /^op-heartbeat\/v.*/
branches:
ignore: /.*/
docker_file: op-heartbeat/Dockerfile
docker_name: op-heartbeat
docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>>
docker_context: .
platforms: "linux/amd64,linux/arm64"
context:
- oplabs-gcr-release
requires:
- hold
- docker-release:
name: op-node-docker-release
filters:
......
......@@ -20,6 +20,7 @@ on:
options:
- ci-builder
- indexer
- op-heartbeat
- chain-mon
- op-node
- op-batcher
......
......@@ -17,7 +17,8 @@ MIN_VERSIONS = {
'op-challenger': '0.0.4',
'op-proposer': '0.10.14',
'op-ufm': '0.1.0',
'proxyd': '3.16.0'
'proxyd': '3.16.0',
'op-heartbeat': '0.1.0'
}
VALID_BUMPS = ('major', 'minor', 'patch', 'prerelease', 'finalize-prerelease')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment