diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6833c232d23ca..c92d188dc8c89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -134,7 +134,7 @@ jobs: hardhat-node: name: Publish Hardhat Node ${{ needs.release.outputs.hardhat-node }} needs: release - if: needs.release.hardhat-node != '' + if: needs.release.outputs.hardhat-node != '' runs-on: ubuntu-latest steps: - name: Checkout @@ -155,7 +155,7 @@ jobs: context: ./ops/docker/hardhat file: ./Dockerfile push: true - tags: ethereumoptimism/hardhat-node:${{ needs.release.outputs.gas-oracle }},ethereumoptimism/hardhat-node:latest + tags: ethereumoptimism/hardhat-node:${{ needs.release.outputs.hardhat-node }},ethereumoptimism/hardhat-node:latest ci-builder: name: Publish ci-builder ${{ needs.release.outputs.ci-builder }}