Commit d270b457 authored by Mark Tyneway's avatar Mark Tyneway Committed by Kelvin Fichter

ci: fix canary build for publishing gpo

parent 3ce62c81
...@@ -119,7 +119,7 @@ jobs: ...@@ -119,7 +119,7 @@ jobs:
tags: ethereumoptimism/l2geth:${{ needs.canary-publish.outputs.canary-docker-tag }} tags: ethereumoptimism/l2geth:${{ needs.canary-publish.outputs.canary-docker-tag }}
gas-oracle: gas-oracle:
name: Publish Gas Oracle ${{ needs.builder.outputs.canary-docker-tag }} name: Publish Gas Oracle ${{ needs.canary-publish.outputs.canary-docker-tag }}
needs: canary-publish needs: canary-publish
if: needs.canary-publish.outputs.gas-oracle != '' if: needs.canary-publish.outputs.gas-oracle != ''
runs-on: ubuntu-latest runs-on: ubuntu-latest
...@@ -142,7 +142,7 @@ jobs: ...@@ -142,7 +142,7 @@ jobs:
context: . context: .
file: ./ops/docker/Dockerfile.gas-oracle file: ./ops/docker/Dockerfile.gas-oracle
push: true push: true
tags: ethereumoptimism/gas-oracle:${{ needs.builder.outputs.canary-docker-tag }} tags: ethereumoptimism/gas-oracle:${{ needs.canary-publish.outputs.canary-docker-tag }}
builder: builder:
name: Prepare the base builder image for the services name: Prepare the base builder image for the services
......
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