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: ...@@ -194,8 +194,8 @@ jobs:
- name: Build and push - name: Build and push
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
context: ./go/proxyd context: .
file: ./Dockerfile file: ./go/proxyd/Dockerfile
push: true push: true
tags: ethereumoptimism/proxyd:${{ needs.release.outputs.proxyd }},ethereumoptimism/proxyd:latest tags: ethereumoptimism/proxyd:${{ needs.release.outputs.proxyd }},ethereumoptimism/proxyd:latest
build-args: | 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