Commit ed4a4868 authored by Adrian Sutton's avatar Adrian Sutton

ci: Add filters so op-stack-go-docker-build-release builds on tags.

parent 9ac454a3
...@@ -1488,6 +1488,11 @@ workflows: ...@@ -1488,6 +1488,11 @@ workflows:
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:
tags:
only: /^(proxyd|indexer|ci-builder|ufm-[a-z0-9\-]*|op-[a-z0-9\-]*)\/v.*/
branches:
ignore: /.*/
docker_name: op-stack-go docker_name: op-stack-go
docker_tags: <<pipeline.git.revision>> docker_tags: <<pipeline.git.revision>>
platforms: "linux/amd64,linux/arm64" platforms: "linux/amd64,linux/arm64"
......
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