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

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