Commit 2e0a4a6d authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #5615 from ethereum-optimism/feat/proxyd-docker-build

ci: Add proxyd GCR docker deployment
parents d04876f5 32c99ad6
......@@ -1560,6 +1560,21 @@ workflows:
- oplabs-gcr-release
requires:
- hold
- docker-build:
name: proxyd-docker-release
filters:
tags:
only: /^proxyd\/v.*/
branches:
ignore: /.*/
docker_file: proxyd/Dockerfile
docker_name: proxyd
docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>>
docker_context: .
context:
- oplabs-gcr-release
requires:
- hold
release-ci-builder:
jobs:
- docker-publish:
......
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