mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
fix
This commit is contained in:
parent
9d940b1be3
commit
3c032331d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dockerBuild.yml
vendored
2
.github/workflows/dockerBuild.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue