Commit dc2126ad authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #1653 from ethereum-optimism/fix/ci-build-args-syntax

workflows: fix build-args syntax
parents 240e62e9 6a8a4a99
...@@ -340,9 +340,9 @@ jobs: ...@@ -340,9 +340,9 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: ethereumoptimism/proxyd:${{ needs.canary-publish.outputs.proxyd }} tags: ethereumoptimism/proxyd:${{ needs.canary-publish.outputs.proxyd }}
build-args: build-args: |
- GITCOMMIT=$GITHUB_SHA GITCOMMIT=$GITHUB_SHA
- GITDATE=$GITDATE GITDATE=$GITDATE
rpc-proxy: rpc-proxy:
name: Publish rpc-proxy Version ${{ needs.canary-publish.outputs.canary-docker-tag }} name: Publish rpc-proxy Version ${{ needs.canary-publish.outputs.canary-docker-tag }}
......
...@@ -358,9 +358,9 @@ jobs: ...@@ -358,9 +358,9 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: ethereumoptimism/proxyd:${{ needs.canary-publish.outputs.proxyd }} tags: ethereumoptimism/proxyd:${{ needs.canary-publish.outputs.proxyd }}
build-args: build-args: |
- GITCOMMIT=$GITHUB_SHA GITCOMMIT=$GITHUB_SHA
- GITDATE=$GITDATE GITDATE=$GITDATE
rpc-proxy: rpc-proxy:
name: Publish rpc-proxy Version ${{ needs.release.outputs.rpc-proxy }} name: Publish rpc-proxy Version ${{ needs.release.outputs.rpc-proxy }}
......
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