Skip to content

Add incoming peer to Hot.Channel (#2883) #649

Add incoming peer to Hot.Channel (#2883)

Add incoming peer to Hot.Channel (#2883) #649

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: docker login
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: build the Docker image
run: docker build -t acinq/eclair .
- name: docker push
run: docker push acinq/eclair