-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: docker build for worker and leader #329
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
crate: zero_bin
Anything related to the zero-bin subcrates.
label
Jun 26, 2024
atanmarko
force-pushed
the
feat/fix-docker-build
branch
from
June 26, 2024 16:45
b06907a
to
c7e67f0
Compare
atanmarko
changed the title
fix: docker build for worker and leader
WIP: fix: docker build for worker and leader
Jun 26, 2024
atanmarko
force-pushed
the
feat/fix-docker-build
branch
6 times, most recently
from
June 27, 2024 09:56
e0f610c
to
5f57aa2
Compare
atanmarko
changed the title
WIP: fix: docker build for worker and leader
fix: docker build for worker and leader
Jun 27, 2024
atanmarko
force-pushed
the
feat/fix-docker-build
branch
2 times, most recently
from
June 27, 2024 13:09
af49e20
to
5b38dcb
Compare
BGluth
reviewed
Jun 27, 2024
atanmarko
force-pushed
the
feat/fix-docker-build
branch
from
June 27, 2024 23:05
5b38dcb
to
9bd29e7
Compare
muursh
reviewed
Jul 1, 2024
muursh
reviewed
Jul 1, 2024
muursh
approved these changes
Jul 1, 2024
atanmarko
force-pushed
the
feat/fix-docker-build
branch
from
July 1, 2024 17:39
2f4105d
to
9cce16c
Compare
Stephen-BCW
added a commit
to BCWResearch/bcw_zk_evm
that referenced
this pull request
Jul 1, 2024
fix: docker build for worker and leader (0xPolygonZero#329)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #326
Build and run (--help) worker and leader docker container on every PR commit.
Build and push worker and docker leader image to the Github container registry on every PR merge to
develop
, so we will have new and up to date images every time the PR is merged:Images are handled as repository packages:
https://github.com/0xPolygonZero/zk_evm/pkgs/container/zk_evm-leader
https://github.com/0xPolygonZero/zk_evm/pkgs/container/zk_evm-worker