Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ env:
DOCKER_ORG: lightninglabs
DOCKER_REPO: lightning-terminal
NIGHTLY_DOCKER_REPO: lightning-terminal-nightly
# TODO(guggero): Change the branch to 'master' once the experimental branch is
# merged into master.
NIGHTLY_BRANCH_NAME: 0-19-staging
NIGHTLY_BRANCH_NAME: master
NIGHTLY_TAG_NAME: experimental-daily-testing

jobs:
Expand Down
Loading