diff --git a/.forgejo/workflows/build-and-deploy.yml b/.forgejo/workflows/build-and-deploy.yml index 99fd894..2b986b8 100644 --- a/.forgejo/workflows/build-and-deploy.yml +++ b/.forgejo/workflows/build-and-deploy.yml @@ -70,6 +70,7 @@ jobs: - name: Build and push backend image uses: docker/build-push-action@v6 with: + context: . file: Dockerfiles/Dockerfile_backend push: true tags: meowgit.nekoea.red/nihonium/nyanimedb-backend:latest @@ -77,6 +78,7 @@ jobs: - name: Build and push frontend image uses: docker/build-push-action@v6 with: + context: . build-args: --build-arg VITE_BACKEND_API_BASE_URL=${BACKEND_API_BASE_URL} file: Dockerfiles/Dockerfile_frontend