mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
Check CI-Deploy3
This commit is contained in:
parent
400f50833d
commit
78d6b4852c
1 changed files with 5 additions and 0 deletions
5
.github/workflows/deploy-test.yml
vendored
5
.github/workflows/deploy-test.yml
vendored
|
|
@ -25,6 +25,11 @@ jobs:
|
|||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_PAT }}
|
||||
|
||||
- name: Install Docker Compose
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y docker-compose
|
||||
|
||||
- name: Set up Docker Compose
|
||||
run: |
|
||||
docker-compose up --build -d
|
||||
|
|
|
|||
Loading…
Reference in a new issue