mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
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:
parent
57840bba36
commit
fcaa2a93d2
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user