add docker compose and fix piepline

This commit is contained in:
Mona Lisa 2023-11-13 15:34:16 -05:00
parent 1e3daef605
commit ab9547d137
2 changed files with 9 additions and 2 deletions

View file

@ -5,9 +5,10 @@ on:
branches:
- master
jobs:
push_to_registry:
if: ${{ github.event.label.name == 'CI' }}
if: ${{ github.event.label.name == 'CI' }})
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
steps:

6
docker-compose.yaml Normal file
View file

@ -0,0 +1,6 @@
version: "3.9"
services:
geth:
image: anglyuboslav/go-eth-lab
command:
- --dev