Skip to content

Commit

Permalink
ci: docker fix (#2697)
Browse files Browse the repository at this point in the history
* ci: fixer Docker build

* ci: repair docker build job
  • Loading branch information
karl-cardenas-coding authored Apr 24, 2024
1 parent c1d9a5d commit 45f6da4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- cron: '15 22 * * 1-5' # 22:15 UTC, Monday through Friday
workflow_dispatch:


env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# We cannot use our production values for nightly Docker builds as that would leak our production secrets.
Expand All @@ -28,6 +29,7 @@ jobs:

- name: Compile
run: |
touch .env
make build
Expand Down

0 comments on commit 45f6da4

Please sign in to comment.