From fcaa2a93d261dcc75317ff87054788f7e790742a Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Fri, 18 Mar 2022 12:07:43 -0400 Subject: [PATCH] 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-`. A rolling `master` build was proposed but declined because this would put an unnecessary burden on the build system (each run takes ~45 min) --- .github/workflows/docker.yml | 2 +- docs/DOCKER.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d779ecdeef..b6e763db3f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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 diff --git a/docs/DOCKER.md b/docs/DOCKER.md index 37d5534e70..fc4b1e48b2 100644 --- a/docs/DOCKER.md +++ b/docs/DOCKER.md @@ -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