remove docker compose

This commit is contained in:
Nikola 2025-01-05 21:06:13 +00:00
parent 715c75c293
commit 45e7237fe5
2 changed files with 0 additions and 11 deletions

View file

@ -1,7 +1,5 @@
name: Build and Push Docker Image name: Build and Push Docker Image
#comment
on: on:
pull_request: pull_request:
branches: branches:

View file

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