mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-26 01:33:02 +01:00
github: daily builds use a unique tag
This commit is contained in:
parent
262591c333
commit
8c4a00853d
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