Merge branch 'initialtest' of https://github.com/nikolaivanovj/go-ethereum into initialtest

This commit is contained in:
Nikola 2025-01-05 21:06:21 +00:00
commit 0317a5bd4c

View file

@ -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