Merge pull request #4 from nikolaivanovj/initialtest

test trigger
This commit is contained in:
nikolaivanovj 2025-01-05 21:07:08 +00:00 committed by GitHub
commit 648cea1cd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 11 deletions

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

View file

@ -1,9 +0,0 @@
version: '3.8'
services:
geth:
image: "${{ secrets.DOCKER_HUB_USERNAME }}/go-ethereum:latest"
ports:
- "8545:8545"
- "30303:30303"