Merge pull request #6325 from thinkmassive/daily-build-tag

github: daily builds use a unique tag
This commit is contained in:
Olaoluwa Osuntokun 2022-03-10 16:04:30 -08:00 committed by GitHub
commit 1eefa2863c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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