github: daily builds use a unique tag

This commit is contained in:
Alex Miller 2022-03-10 14:41:24 -05:00
parent 262591c333
commit 8c4a00853d
No known key found for this signature in database
GPG Key ID: C9B50826902F3BFE

View File

@ -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