0

Set environment to build nightly tag. Hopefully fixes #2637

This commit is contained in:
Gabe Kangas 2023-01-30 23:33:59 -08:00
parent 6ad0b9fcae
commit 500d26be30
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -44,6 +44,11 @@ jobs:
- name: Build and push
if: ${{ github.event_name == 'schedule' && env.GH_CR_PAT != null }}
env:
GH_CR_PAT: ${{ secrets.GH_CR_PAT }}
EARTHLY_BUILD_TAG: 'nightly'
EARTHLY_BUILD_BRANCH: 'develop'
EARTHLY_PUSH: true
uses: nick-fields/retry@v2
with:
timeout_minutes: 10