Skip to content

Implement on-the-fly funding based on splicing and liquidity ads (#2861) #663

Implement on-the-fly funding based on splicing and liquidity ads (#2861)

Implement on-the-fly funding based on splicing and liquidity ads (#2861) #663

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