Commit ebed8b7d authored by Adrian Sutton's avatar Adrian Sutton Committed by GitHub

Merge pull request #7878 from ethereum-optimism/aj/release-filter

ci: Add filters so op-stack-go-docker-build-release builds on tags.
parents 9ac454a3 ed4a4868
......@@ -1488,6 +1488,11 @@ workflows:
ignore: /.*/
- docker-build: # just to warm up the cache (other jobs run in parallel)
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_tags: <<pipeline.git.revision>>
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