Commit 1bfaa955 authored by felipe's avatar felipe Committed by GitHub

fix(ci): chain-mon release (#8124)

parent 3dea3857
...@@ -1526,14 +1526,14 @@ workflows: ...@@ -1526,14 +1526,14 @@ workflows:
type: approval type: approval
filters: filters:
tags: tags:
only: /^(proxyd|indexer|ci-builder|ufm-[a-z0-9\-]*|op-[a-z0-9\-]*)\/v.*/ only: /^(proxyd|chain-mon|indexer|ci-builder|ufm-[a-z0-9\-]*|op-[a-z0-9\-]*)\/v.*/
branches: branches:
ignore: /.*/ ignore: /.*/
- docker-build: # just to warm up the cache (other jobs run in parallel) - docker-build: # just to warm up the cache (other jobs run in parallel)
name: op-stack-go-docker-build-release name: op-stack-go-docker-build-release
filters: filters:
tags: tags:
only: /^(proxyd|indexer|ci-builder|ufm-[a-z0-9\-]*|op-[a-z0-9\-]*)\/v.*/ only: /^(proxyd|chain-mon|indexer|ci-builder|ufm-[a-z0-9\-]*|op-[a-z0-9\-]*)\/v.*/
branches: branches:
ignore: /.*/ ignore: /.*/
docker_name: op-stack-go docker_name: op-stack-go
......
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