github: re-add rolling 'daily-testing-only' tag [skip ci]

This commit re-adds the rolling `daily-testing-only` tag in addition to
the unique daily tag `daily-<YYYYmmdd>`.

A rolling `master` build was proposed but declined because this would
put an unnecessary burden on the build system (each run takes ~45 min)
This commit is contained in:
Alex Miller 2022-03-18 12:07:43 -04:00
parent 57840bba36
commit fcaa2a93d2
No known key found for this signature in database
GPG Key ID: C9B50826902F3BFE
2 changed files with 4 additions and 1 deletions

View File

@ -41,7 +41,7 @@ jobs:
if: github.event.schedule == '0 0 * * *'
run: |
echo "RELEASE_VERSION=master" >> $GITHUB_ENV
echo "IMAGE_TAG=daily-testing-$(date -u +%Y%m%d)" >> $GITHUB_ENV
echo "IMAGE_TAG=daily-testing-$(date -u +%Y%m%d),${DOCKER_REPO}/${DOCKER_IMAGE}:daily-testing-only" >> $GITHUB_ENV
- name: Build and push
id: docker_build

View File

@ -53,6 +53,9 @@ You can just pull those images by specifying a release tag:
⛰ docker run lightninglabs/lnd [command-line options]
```
Note that **`daily-*` tags are unstable and not for production use**.
They are only suitable for development and pre-release testing.
### Verifying docker images
To verify the `lnd` and `lncli` binaries inside the docker images against the