Skip to content

Commit 24fb56c

Browse files
committed
GitHub: build nightly docker image from master
With the experimental branch now merged into master, we can remove the TODO and actually build the nightly images from master.
1 parent 1ba09c3 commit 24fb56c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ env:
1818
DOCKER_ORG: lightninglabs
1919
DOCKER_REPO: lightning-terminal
2020
NIGHTLY_DOCKER_REPO: lightning-terminal-nightly
21-
# TODO(guggero): Change the branch to 'master' once the experimental branch is
22-
# merged into master.
23-
NIGHTLY_BRANCH_NAME: 0-19-staging
21+
NIGHTLY_BRANCH_NAME: master
2422
NIGHTLY_TAG_NAME: experimental-daily-testing
2523

2624
jobs:

0 commit comments

Comments
 (0)