mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
remove docker compose
This commit is contained in:
parent
715c75c293
commit
45e7237fe5
2 changed files with 0 additions and 11 deletions
2
.github/workflows/build-push.yml
vendored
2
.github/workflows/build-push.yml
vendored
|
|
@ -1,7 +1,5 @@
|
|||
name: Build and Push Docker Image
|
||||
|
||||
#comment
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
|
|
|
|||
9
.github/workflows/docker-compose.yml
vendored
9
.github/workflows/docker-compose.yml
vendored
|
|
@ -1,9 +0,0 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
geth:
|
||||
image: "${{ secrets.DOCKER_HUB_USERNAME }}/go-ethereum:latest"
|
||||
ports:
|
||||
- "8545:8545"
|
||||
- "30303:30303"
|
||||
|
||||
Loading…
Reference in a new issue