From 7389aa3bc0d214c34c2fde400505b166c70d3d78 Mon Sep 17 00:00:00 2001 From: Wei Dong Date: Mon, 13 Jan 2025 16:07:00 +0800 Subject: [PATCH] [ci][workflow] Change Dockerfile path --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 4ffcd25..e9cd68c 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -73,7 +73,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . - file: ./Dockerfile + file: ./docker/eureka/rocky9/Dockerfile push: true tags: ${{ steps.meta.outputs.tags }} \ No newline at end of file