Skip to content

Commit

Permalink
circleci: fix release job deps (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseguy authored Sep 10, 2024
1 parent 75b02df commit 88521be
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -496,14 +496,17 @@ workflows:
- hold
- docker-publish:
name: op-signer-docker-publish
filters:
tags:
only: /^op-signer\/v.*/
docker_name: op-signer
docker_tags: <<pipeline.git.revision>>
context:
- oplabs-gcr-release
requires:
- op-signer-docker-build
- docker-tag-op-stack-release:
name: docker-tag-op-signer-release
name: op-signer-docker-tag
filters:
tags:
only: /^op-signer\/v.*/
Expand All @@ -528,14 +531,17 @@ workflows:
- hold
- docker-publish:
name: op-ufm-docker-publish
filters:
tags:
only: /^op-ufm\/v.*/
docker_name: op-ufm
docker_tags: <<pipeline.git.revision>>
context:
- oplabs-gcr-release
requires:
- op-ufm-docker-build
- docker-tag-op-stack-release:
name: docker-tag-op-ufm-release
name: op-ufm-docker-tag
filters:
tags:
only: /^op-ufm\/v.*/
Expand All @@ -559,7 +565,7 @@ workflows:
requires:
- hold
- docker-publish:
name: proxyd-docker-release
name: proxyd-docker-publish
filters:
tags:
only: /^proxyd\/v.*/
Expand All @@ -570,7 +576,7 @@ workflows:
requires:
- proxyd-docker-build
- docker-tag-op-stack-release:
name: docker-tag-op-stack-release
name: proxyd-docker-tag
filters:
tags:
only: /^proxyd\/v.*/
Expand All @@ -579,7 +585,7 @@ workflows:
context:
- oplabs-gcr-release
requires:
- proxyd-docker-release
- proxyd-docker-publish
- docker-build:
name: op-conductor-mon-docker-build
filters:
Expand All @@ -595,14 +601,17 @@ workflows:
- hold
- docker-publish:
name: op-conductor-mon-docker-publish
filters:
tags:
only: /^op-conductor-mon\/v.*/
docker_name: op-conductor-mon
docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>>
context:
- oplabs-gcr-release
requires:
- op-conductor-mon-docker-build
- docker-tag-op-stack-release:
name: docker-tag-op-stack-release
name: op-conductor-mon-docker-tag
filters:
tags:
only: /^op-conductor-mon\/v.*/
Expand Down

0 comments on commit 88521be

Please sign in to comment.