Update stuff so we can pass build hopefully
Build and Push Next App / quality (push) Successful in 1m41s
Build and Push Next App / build-next (push) Successful in 3m36s

This commit is contained in:
Gabriel Brown
2026-06-21 22:01:04 -05:00
parent fa83f720a8
commit 48071d1afe
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -40,6 +40,10 @@ jobs:
- uses: actions/checkout@v4
- name: Log in to container registry
run: echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login git.gbrown.org -u "${{ secrets.REGISTRY_USER }}" --password-stdin
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.10
- run: bun install --frozen-lockfile
- name: Build image
env:
DOTENV_PROD: ${{ secrets.DOTENV_PROD }}