Commit 351796a9 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #5479 from ethereum-optimism/feat/ci-builder-gcr

ops: Move ci-builder into GCR
parents 62b9850f fb791c4e
...@@ -1371,3 +1371,18 @@ workflows: ...@@ -1371,3 +1371,18 @@ workflows:
- oplabs-gcr-release - oplabs-gcr-release
requires: requires:
- hold - hold
release-ci-builder:
jobs:
- docker-publish:
name: ci-builder-docker-publish
filters:
tags:
only: /^ci-builder\/v.*/
branches:
ignore: /.*/
docker_file: ./ops/docker/ci-builder/Dockerfile
docker_name: ci-builder
docker_tags: <<pipeline.git.revision>>,latest
docker_context: ./ops/docker/ci-builder/Dockerfile
context:
- oplabs-gcr
\ No newline at end of file
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