From 346feb30c899d2889510cdf3bbd12972ca1d6c40 Mon Sep 17 00:00:00 2001 From: Amatsugu Date: Sat, 5 Jul 2025 20:44:15 -0400 Subject: [PATCH] Updated Workflow --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c45bd82..745bc56 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,6 +29,7 @@ jobs: - name: Build and Push uses: docker/build-push-action@v5 with: + file: AobaServer/Dockerfile context: . push: true tags: git.kaisei.app/amatsugu/aoba:${{ env.VERSION }}