Commit efabb678 authored by Zach Howard's avatar Zach Howard

fixes publish job not running on release workflow

parent 7fa83790
...@@ -1098,6 +1098,11 @@ workflows: ...@@ -1098,6 +1098,11 @@ workflows:
docker_context: . docker_context: .
- docker-publish: - docker-publish:
name: op-node-docker-publish name: op-node-docker-publish
filters:
tags:
only: /^op-[a-z0-9\-]*\/v.*/
branches:
ignore: /.*/
docker_name: op-node docker_name: op-node
docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>> docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>>
context: context:
...@@ -1117,6 +1122,11 @@ workflows: ...@@ -1117,6 +1122,11 @@ workflows:
docker_context: . docker_context: .
- docker-publish: - docker-publish:
name: op-batcher-docker-publish name: op-batcher-docker-publish
filters:
tags:
only: /^op-[a-z0-9\-]*\/v.*/
branches:
ignore: /.*/
docker_name: op-batcher docker_name: op-batcher
docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>> docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>>
context: context:
...@@ -1136,6 +1146,11 @@ workflows: ...@@ -1136,6 +1146,11 @@ workflows:
docker_context: . docker_context: .
- docker-publish: - docker-publish:
name: op-proposer-docker-publish name: op-proposer-docker-publish
filters:
tags:
only: /^op-[a-z0-9\-]*\/v.*/
branches:
ignore: /.*/
docker_name: op-proposer docker_name: op-proposer
docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>> docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>>
context: context:
...@@ -1155,6 +1170,11 @@ workflows: ...@@ -1155,6 +1170,11 @@ workflows:
docker_context: . docker_context: .
- docker-publish: - docker-publish:
name: op-migrate-docker-publish name: op-migrate-docker-publish
filters:
tags:
only: /^op-[a-z0-9\-]*\/v.*/
branches:
ignore: /.*/
docker_name: op-migrate docker_name: op-migrate
docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>> docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>>
context: context:
...@@ -1172,5 +1192,6 @@ workflows: ...@@ -1172,5 +1192,6 @@ workflows:
- op-node-docker-publish - op-node-docker-publish
- op-proposer-docker-publish - op-proposer-docker-publish
- op-batcher-docker-publish - op-batcher-docker-publish
- op-migrate-docker-publish
context: context:
- oplabs-gcr-release - oplabs-gcr-release
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