mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-26 08:41:02 +02: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 * * *'
|
if: github.event.schedule == '0 0 * * *'
|
||||||
run: |
|
run: |
|
||||||
echo "RELEASE_VERSION=master" >> $GITHUB_ENV
|
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
|
- name: Build and push
|
||||||
id: docker_build
|
id: docker_build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user