Commit 901c49f5 authored by Ben Wilson's avatar Ben Wilson

Fixed github release workflow tag on op-exporter

parent dc9d738a
...@@ -197,7 +197,7 @@ jobs: ...@@ -197,7 +197,7 @@ jobs:
GITVERSION=${{ steps.build_args.outputs.GITVERSION }} GITVERSION=${{ steps.build_args.outputs.GITVERSION }}
op-exporter: 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 needs: release
if: needs.release.outputs.op-exporter != '' if: needs.release.outputs.op-exporter != ''
runs-on: ubuntu-latest runs-on: ubuntu-latest
...@@ -227,7 +227,7 @@ jobs: ...@@ -227,7 +227,7 @@ jobs:
context: . context: .
file: ./ops/docker/Dockerfile.op-exporter file: ./ops/docker/Dockerfile.op-exporter
push: true push: true
tags: ethereumoptimism/op-exporter:${{ needs.canary-publish.outputs.op-exporter }} tags: ethereumoptimism/op-exporter:${{ needs.release.outputs.op-exporter }}
build-args: | build-args: |
GITDATE=${{ steps.build_args.outputs.GITDATE }} GITDATE=${{ steps.build_args.outputs.GITDATE }}
GITCOMMIT=${{ steps.build_args.outputs.GITCOMMIT }} 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