Set environment to build nightly tag. Hopefully fixes #2637
This commit is contained in:
5
.github/workflows/container.yaml
vendored
5
.github/workflows/container.yaml
vendored
@@ -44,6 +44,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
if: ${{ github.event_name == 'schedule' && env.GH_CR_PAT != null }}
|
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
|
uses: nick-fields/retry@v2
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 10
|
timeout_minutes: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user