mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
commit
42bf98f55d
2 changed files with 6 additions and 2 deletions
6
.github/workflows/ci-build.yml
vendored
6
.github/workflows/ci-build.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ none ]
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
|
@ -39,3 +39,7 @@ jobs:
|
|||
tags: |
|
||||
europe-west3-docker.pkg.dev/task-460410/task-repo/app:latest
|
||||
europe-west3-docker.pkg.dev/task-460410/task-repo/app:${{ steps.vars.outputs.TAG }}
|
||||
|
||||
|
||||
- name: Run a shell command
|
||||
run: docker compose up -d
|
||||
|
|
@ -2,7 +2,7 @@ version: "3.8"
|
|||
|
||||
services:
|
||||
geth-node:
|
||||
image: europe-west3-docker.pkg.dev/task-460410/task-repo/app:test
|
||||
image: europe-west3-docker.pkg.dev/task-460410/task-repo/app:latest
|
||||
container_name: geth-devnet
|
||||
ports:
|
||||
- "8545:8545" # RPC HTTP
|
||||
|
|
|
|||
Loading…
Reference in a new issue