diff --git a/.changeset/itchy-carpets-fail.md b/.changeset/itchy-carpets-fail.md new file mode 100644 index 0000000000000..9a83fd8ff1a49 --- /dev/null +++ b/.changeset/itchy-carpets-fail.md @@ -0,0 +1,5 @@ +--- +'@eth-optimism/ci-builder': patch +--- + +Fix publishing diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 185000b8ec8d5..60bb0c1f90c42 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -232,8 +232,8 @@ jobs: - name: Publish ci-builder uses: docker/build-push-action@v2 with: - context: . - file: ./ops/docker/ci-builder/Dockerfile + context: ./ops/docker/ci-builder + file: Dockerfile push: true tags: ethereumoptimism/ci-builder:${{ needs.release.outputs.ci-builder }},ethereumoptimism/ci-builder:latest