From 066060b714ee325a879bdec3d6ff37420e4360d6 Mon Sep 17 00:00:00 2001 From: YYx00xZZ Date: Mon, 7 Apr 2025 14:46:55 +0300 Subject: [PATCH] Move workflow to the right dir; Add docs --- .github/{ => workflows}/build-push.yml | 0 README.md | 6 ++++++ 2 files changed, 6 insertions(+) rename .github/{ => workflows}/build-push.yml (100%) diff --git a/.github/build-push.yml b/.github/workflows/build-push.yml similarity index 100% rename from .github/build-push.yml rename to .github/workflows/build-push.yml diff --git a/README.md b/README.md index 9ccfe933aa..7e613d3807 100644 --- a/README.md +++ b/README.md @@ -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.