mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-05 04:30:16 +02:00
Merge pull request #6325 from thinkmassive/daily-build-tag
github: daily builds use a unique tag
This commit is contained in:
commit
1eefa2863c
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-only" >> $GITHUB_ENV
|
||||
echo "IMAGE_TAG=daily-testing-$(date -u +%Y%m%d)" >> $GITHUB_ENV
|
||||
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
|
Loading…
x
Reference in New Issue
Block a user