From ea49defcb0de1267dfadb531288466737d839bdb Mon Sep 17 00:00:00 2001 From: VBulikov Date: Fri, 26 Jul 2024 11:21:49 +0200 Subject: [PATCH] Removed ghcr from makefile (#11335) --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 72dc80016dd..c47a3a97ab8 100644 --- a/Makefile +++ b/Makefile @@ -312,7 +312,6 @@ release: git-submodules --clean --skip-validate @docker image push --all-tags thorax/erigon - @docker image push --all-tags ghcr.io/ledgerwatch/erigon # since DOCKER_UID, DOCKER_GID are default initialized to the current user uid/gid, # we need separate envvars to facilitate creation of the erigon user on the host OS.