test hardcoding

test
This commit is contained in:
nikolaivanovj 2025-01-05 21:03:49 +00:00 committed by GitHub
parent 715c75c293
commit 2923a11c82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,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