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