Merge pull request #10 from lyuboangelov/feature/add-workflow

add docker compose and fix piepline
This commit is contained in:
Lyuboslav Angelov 2023-11-13 22:36:59 +02:00 committed by GitHub
commit a8c27b4287
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View file

@ -1,13 +1,14 @@
name: Publish Docker image name: Publish Docker image
on: on:
pull_request: pull_request:
branches: branches:
- master - master
jobs: jobs:
push_to_registry: push_to_registry:
if: ${{ github.event.label.name == 'CI' }} if: ${{ github.event.label.name == 'CI' }})
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: 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