From c83b16de3f91e307f9ddc70dc6efa557514a6c51 Mon Sep 17 00:00:00 2001 From: Mike Johnston Date: Fri, 30 Jan 2026 15:38:31 -0500 Subject: [PATCH] test new deploy --- .gitea/workflows/rebuild-prod.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/rebuild-prod.yaml b/.gitea/workflows/rebuild-prod.yaml index 51d55e1..71e9ef1 100644 --- a/.gitea/workflows/rebuild-prod.yaml +++ b/.gitea/workflows/rebuild-prod.yaml @@ -33,8 +33,7 @@ jobs: - name: Build and push PROD Docker image run: | echo $DOT_ENV | base64 -d > .env - echo .env - docker buildx build --push -t $IMAGE_TAG . + docker buildx build --push -f Dockerfile -t $IMAGE_TAG . - name: Get the endpoint ID # Usually ID is 1, but you can get it from the API. Only skip this if you are VERY sure.