Skip to content

Commit

Permalink
github: re-add rolling 'daily-testing-only' tag [skip ci]
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
thinkmassive committed Mar 22, 2022
1 parent 57840bb commit fcaa2a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions docs/DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fcaa2a9

Please sign in to comment.