Merge pull request #6160 from guggero/docker-nightly-build

github: add schedule for nightly docker build
This commit is contained in:
Oliver Gugger 2022-01-18 13:11:14 +01:00 committed by GitHub
commit 431ef6c4c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -4,6 +4,9 @@ on:
push:
tags:
- 'v*'
schedule:
# Every day at midnight (UTC).
- cron: '0 0 * * *'
defaults:
run:
@ -31,6 +34,10 @@ jobs:
- name: Set 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
id: docker_build

View File

@ -48,6 +48,9 @@
in review because of unmet contribution guideline
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
* [Add value to the field