Skip to content

Commit

Permalink
Add docker builds (ethereum#17)
Browse files Browse the repository at this point in the history
* Add docker builds

Meta:

- Fixes ENG-2097

* Enable builds for all commits

* Update config.yml
  • Loading branch information
mslipper authored and protolambda committed Sep 6, 2022
1 parent 875524e commit 18eb9bf
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ workflows:
only:
- optimism-prototype
image-name: reference-optimistic-geth
image-tag: develop
image-tag: latest
dockerfile: Dockerfile
name: Build reference-optimistic-geth
name: Build reference-optimistic-geth develop
- build-dockerfile:
context:
- optimism
image-name: reference-optimistic-geth
image-tag: $CIRCLE_SHA1
dockerfile: Dockerfile
name: Build reference-optimistic-geth per-commit

0 comments on commit 18eb9bf

Please sign in to comment.