diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 36ca56bcc..07a1a72a9 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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 diff --git a/docs/release-notes/release-notes-0.15.0.md b/docs/release-notes/release-notes-0.15.0.md index 01d9132dc..5ce636b74 100644 --- a/docs/release-notes/release-notes-0.15.0.md +++ b/docs/release-notes/release-notes-0.15.0.md @@ -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