Merge pull request #6 from pechenikov/task

CI:Build
This commit is contained in:
pechenikov 2025-05-20 22:58:11 +03:00 committed by GitHub
commit 42bf98f55d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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