From d5f06ebe8aa0da63afa14c746a780e9f77a22f0e Mon Sep 17 00:00:00 2001 From: DullJZ <79080562+DullJZ@users.noreply.github.com> Date: Fri, 3 Oct 2025 19:12:09 +0800 Subject: [PATCH] Modify actions --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dda1097..dec13b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,10 +36,14 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} + - name: Copy Dockerfile + run: | + cp deploy/docker/Dockerfile . + - name: Build and push Docker image uses: docker/build-push-action@v2 with: - context: ./deploy/docker + context: . platforms: linux/amd64,linux/arm64,linux/arm/v7 push: true tags: |