mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
Merge branch 'initialtest' of https://github.com/nikolaivanovj/go-ethereum into initialtest
This commit is contained in:
commit
0317a5bd4c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-push.yml
vendored
4
.github/workflows/build-push.yml
vendored
|
|
@ -26,6 +26,6 @@ jobs:
|
|||
|
||||
- name: Build and Push Docker Image
|
||||
run: |
|
||||
docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/go-ethereum:latest .
|
||||
docker push ${{ secrets.DOCKER_HUB_USERNAME }}/go-ethereum:latest
|
||||
docker build -t nikolaivanovj/go-ethereum:latest .
|
||||
docker push nikolaivanovj/go-ethereum:latest
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue