From a051fe6a0b57ace6008872c033b35aa172eae2f6 Mon Sep 17 00:00:00 2001 From: kianaza Date: Sun, 23 Jun 2024 20:06:23 +0330 Subject: [PATCH] fix: fix ci workflow --- .github/workflows/ci.yaml | 2 +- build/Dockerfile => Dockerfile | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename build/Dockerfile => Dockerfile (100%) 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