Commit 3deaab5e authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #1901 from ethereum-optimism/bwilson/fix/op-exporter-github-release-workflow-tag

Fixed github release workflow tag on op-exporter
parents 9cd5df79 22818df0
---
'@eth-optimism/op-exporter': patch
---
force rebuild
......@@ -197,7 +197,7 @@ jobs:
GITVERSION=${{ steps.build_args.outputs.GITVERSION }}
op-exporter:
name: Publish op-exporter Version ${{ needs.release.outputs.canary-docker-tag }}
name: Publish op-exporter Version ${{ needs.release.outputs.op-exporter}}
needs: release
if: needs.release.outputs.op-exporter != ''
runs-on: ubuntu-latest
......@@ -227,7 +227,7 @@ jobs:
context: .
file: ./ops/docker/Dockerfile.op-exporter
push: true
tags: ethereumoptimism/op-exporter:${{ needs.canary-publish.outputs.op-exporter }}
tags: ethereumoptimism/op-exporter:${{ needs.release.outputs.op-exporter }},ethereumoptimism/op-exporter:latest
build-args: |
GITDATE=${{ steps.build_args.outputs.GITDATE }}
GITCOMMIT=${{ steps.build_args.outputs.GITCOMMIT }}
......
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