Commit 89865802 authored by Matthew Slipper's avatar Matthew Slipper

Fix release build

parent 356b7271
...@@ -505,9 +505,9 @@ jobs: ...@@ -505,9 +505,9 @@ jobs:
build-args: BUILDER_TAG=${{ needs.builder.outputs.builder }} build-args: BUILDER_TAG=${{ needs.builder.outputs.builder }}
batch-submitter-service: batch-submitter-service:
name: Publish batch-submitter-service Version ${{ needs.canary-publish.outputs.canary-docker-tag }} name: Publish batch-submitter-service Version ${{ needs.release.outputs.batch-submitter-service }}
needs: canary-publish needs: release
if: needs.canary-publish.outputs.batch-submitter-service != '' if: needs.release.outputs.batch-submitter-service != ''
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
...@@ -528,4 +528,4 @@ jobs: ...@@ -528,4 +528,4 @@ jobs:
context: . context: .
file: ./ops/docker/Dockerfile.batch-submitter-service file: ./ops/docker/Dockerfile.batch-submitter-service
push: true push: true
tags: ethereumoptimism/batch-submitter-service:${{ needs.canary-publish.outputs.batch-submitter-service }} tags: ethereumoptimism/batch-submitter-service:${{ needs.release.outputs.batch-submitter-service }},ethereumoptimism/batch-submitter-service:latest
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