diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index c131a23..4e680d8 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -50,4 +50,4 @@ jobs: - name: Build Docker image run: | docker login -u ${{ secrets.DOCKER_AF_USERNAME }} -p ${{ secrets.DOCKER_AF_PASSWORD }} docker-af.hub.ipao.vip - docker build --push -t docker-af.hub.ipao.vip/rogeecn/quyun:latest . + docker build -f Dockerfile --push -t docker-af.hub.ipao.vip/rogeecn/quyun:latest . diff --git a/backend/Dockerfile b/Dockerfile similarity index 100% rename from backend/Dockerfile rename to Dockerfile