mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
CI:Build
This commit is contained in:
parent
d8571847ff
commit
459de35175
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:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ none ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
|
@ -39,3 +39,7 @@ jobs:
|
||||||
tags: |
|
tags: |
|
||||||
europe-west3-docker.pkg.dev/task-460410/task-repo/app:latest
|
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 }}
|
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:
|
services:
|
||||||
geth-node:
|
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
|
container_name: geth-devnet
|
||||||
ports:
|
ports:
|
||||||
- "8545:8545" # RPC HTTP
|
- "8545:8545" # RPC HTTP
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue