From 3c032331d7bc977d770d687879a8dc2c5cfe241c Mon Sep 17 00:00:00 2001 From: Yohan9206 Date: Thu, 12 Jun 2025 17:57:39 +0300 Subject: [PATCH] fix --- .github/workflows/dockerBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dockerBuild.yml b/.github/workflows/dockerBuild.yml index 812bb4eea6..88d194c5cd 100644 --- a/.github/workflows/dockerBuild.yml +++ b/.github/workflows/dockerBuild.yml @@ -44,6 +44,6 @@ jobs: - name: Tag and push image run: | - docker tag geth-custom yohands/my_first_container:latest + docker tag my_first_container yohands/my_first_container:latest docker push yohands/my_first_container:latest