mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
Move workflow to the right dir; Add docs
This commit is contained in:
parent
5508c84690
commit
066060b714
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
## DevOps docs
|
||||
### Build
|
||||
When a PR with label CI:Build is merged in the master branch, a Docker image is build and pushed tagged with latest AND with the commit ID. This way you can refer to older version if needed but at the same time latest is available.
|
||||
|
||||
!NB If you encounter a problem with pushing to the registry, check if the access token has not expired. It has 30 days expiration.
|
||||
|
||||
## Go Ethereum
|
||||
|
||||
Golang execution layer implementation of the Ethereum protocol.
|
||||
|
|
|
|||
Loading…
Reference in a new issue