Commit 502a131e authored by Mark Tyneway's avatar Mark Tyneway

ci: fix proxyd publish

Updates the github action to properly reference
the `proxyd` dockerfile. The logic is copied from
the canary publish github action.
parent 0fb44b3c
......@@ -194,8 +194,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v2
with:
context: ./go/proxyd
file: ./Dockerfile
context: .
file: ./go/proxyd/Dockerfile
push: true
tags: ethereumoptimism/proxyd:${{ needs.release.outputs.proxyd }},ethereumoptimism/proxyd:latest
build-args: |
......
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