From 6da513bd21150610a7f7bbca0aef918966a42686 Mon Sep 17 00:00:00 2001 From: Daniel Dimitrov <112561988+DanielDimitrov1@users.noreply.github.com> Date: Sun, 25 Aug 2024 14:22:48 +0300 Subject: [PATCH] Update build.yml changed the name of the repo, putted mine repo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3fc2211351..f20a5cfaec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: context: . file: go-ethereum/Dockerfile1 platforms: linux/amd64 - tags: my.private.registry.com/my-image:latest + tags: https://hub.docker.com/u/danieldim12/my-image:latest secrets: | "secret_1=${{ secrets.MY_SECRET_1 }}" "secret_2=${{ secrets.MY_SECRET_2 }}"