mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-17 16:42:39 +02:00
github: add schedule for daily build
This commit is contained in:
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
@ -4,6 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
|
schedule:
|
||||||
|
# Every day at midnight (UTC).
|
||||||
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
@ -32,6 +35,10 @@ jobs:
|
|||||||
- name: Set env
|
- name: Set env
|
||||||
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
- name: Set daily tag
|
||||||
|
if: github.event.schedule == '0 0 * * *'
|
||||||
|
run: echo "RELEASE_VERSION=daily-testing-only" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
id: docker_build
|
id: docker_build
|
||||||
uses: lightninglabs/gh-actions/build-push-action@2021.01.25.00
|
uses: lightninglabs/gh-actions/build-push-action@2021.01.25.00
|
||||||
|
@ -45,6 +45,9 @@
|
|||||||
in review because of unmet contribution guideline
|
in review because of unmet contribution guideline
|
||||||
requirements](https://github.com/lightningnetwork/lnd/pull/6080).
|
requirements](https://github.com/lightningnetwork/lnd/pull/6080).
|
||||||
|
|
||||||
|
* [A nightly build of the `lnd` docker image is now created
|
||||||
|
automatically](https://github.com/lightningnetwork/lnd/pull/6160).
|
||||||
|
|
||||||
## RPC Server
|
## RPC Server
|
||||||
|
|
||||||
* [Add value to the field
|
* [Add value to the field
|
||||||
|
Reference in New Issue
Block a user