Skip to content

Commit

Permalink
ci: Restore ci-builder docker release and remove invalid op-challenge…
Browse files Browse the repository at this point in the history
…r-big-docker-release (#11997)
  • Loading branch information
ajsutton authored Sep 19, 2024
1 parent c9a4a7c commit 9ab6738
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1958,13 +1958,13 @@ workflows:
requires:
- op-supervisor-docker-release
- docker-build:
name: op-challenger-big-docker-release
name: proofs-tools-docker-release
filters:
tags:
only: /^op-challenger\/v.*/
only: /^proofs-tools\/v.*/
branches:
ignore: /.*/
docker_name: ci-builder
docker_name: proofs-tools
docker_tags: <<pipeline.git.revision>>,latest
publish: true
release: true
Expand All @@ -1974,13 +1974,13 @@ workflows:
requires:
- hold
- docker-build:
name: proofs-tools-docker-release
name: ci-builder-docker-release
filters:
tags:
only: /^proofs-tools\/v.*/
only: /^ci-builder\/v.*/
branches:
ignore: /.*/
docker_name: proofs-tools
docker_name: ci-builder
docker_tags: <<pipeline.git.revision>>,latest
publish: true
release: true
Expand Down

0 comments on commit 9ab6738

Please sign in to comment.