diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3624c77..4235f05 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,7 +80,7 @@ jobs: - uses: docker/build-push-action@v2 with: - file: "build/Dockerfile" + file: "Dockerfile" context: . platforms: linux/amd64 push: true diff --git a/build/Dockerfile b/Dockerfile similarity index 100% rename from build/Dockerfile rename to Dockerfile