From 8c1033634d6d6580632661e002079909183ee794 Mon Sep 17 00:00:00 2001 From: yoan <536464346@qq.com> Date: Fri, 11 Oct 2024 22:23:41 +0800 Subject: [PATCH] update Dockerfile name --- .github/workflows/push_image.yml | 2 +- Dockerfile_build => Dockerfile | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Dockerfile_build => Dockerfile (100%) diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index 78aa8bf2..4ad291ec 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -52,7 +52,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . - file: ./Dockerfile_build + file: ./Dockerfile platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }} diff --git a/Dockerfile_build b/Dockerfile similarity index 100% rename from Dockerfile_build rename to Dockerfile