Commit 9ab67384 authored by Adrian Sutton's avatar Adrian Sutton Committed by GitHub

ci: Restore ci-builder docker release and remove invalid op-challenger-big-docker-release (#11997)

parent c9a4a7ca
...@@ -1958,13 +1958,13 @@ workflows: ...@@ -1958,13 +1958,13 @@ workflows:
requires: requires:
- op-supervisor-docker-release - op-supervisor-docker-release
- docker-build: - docker-build:
name: op-challenger-big-docker-release name: proofs-tools-docker-release
filters: filters:
tags: tags:
only: /^op-challenger\/v.*/ only: /^proofs-tools\/v.*/
branches: branches:
ignore: /.*/ ignore: /.*/
docker_name: ci-builder docker_name: proofs-tools
docker_tags: <<pipeline.git.revision>>,latest docker_tags: <<pipeline.git.revision>>,latest
publish: true publish: true
release: true release: true
...@@ -1974,13 +1974,13 @@ workflows: ...@@ -1974,13 +1974,13 @@ workflows:
requires: requires:
- hold - hold
- docker-build: - docker-build:
name: proofs-tools-docker-release name: ci-builder-docker-release
filters: filters:
tags: tags:
only: /^proofs-tools\/v.*/ only: /^ci-builder\/v.*/
branches: branches:
ignore: /.*/ ignore: /.*/
docker_name: proofs-tools docker_name: ci-builder
docker_tags: <<pipeline.git.revision>>,latest docker_tags: <<pipeline.git.revision>>,latest
publish: true publish: true
release: true release: true
......
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