From 25e02c9b3dede87f4108ee8b3d786a8b6dc786c3 Mon Sep 17 00:00:00 2001 From: "Dmitry K." Date: Mon, 6 May 2024 16:44:47 -0700 Subject: [PATCH] debug --- .github/workflows/container-images.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/container-images.yml b/.github/workflows/container-images.yml index a53fd53f2..4b5b21513 100644 --- a/.github/workflows/container-images.yml +++ b/.github/workflows/container-images.yml @@ -31,9 +31,9 @@ jobs: chain: pocket-network dockerfile: cosmos pre-build: | - make ignite_install - make proto_regen + make -d ignite_install + make -d proto_regen build-target: | - make install + make -d install binaries: | - /go/bin/poktrolld