From 7dbcd1f814abcdd381bb35abb60c4389089558b9 Mon Sep 17 00:00:00 2001 From: Sejeong Kim Date: Mon, 11 Nov 2024 01:33:44 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20Dockerfile=20=EC=9D=B4=EB=A6=84=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/aws-cicd-prod.yml | 2 +- layer-batch/{Dockerfile => Dockerfile-batch} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename layer-batch/{Dockerfile => Dockerfile-batch} (100%) diff --git a/.github/workflows/aws-cicd-prod.yml b/.github/workflows/aws-cicd-prod.yml index fe1abab4..6b3c8eb9 100644 --- a/.github/workflows/aws-cicd-prod.yml +++ b/.github/workflows/aws-cicd-prod.yml @@ -99,7 +99,7 @@ jobs: uses: docker/build-push-action@v4 with: context: ./layer-batch - file: ./layer-batch/Dockerfile # Dockerfile 이름 지정 + file: ./layer-batch/Dockerfile-batch # Dockerfile 이름 지정 platforms: linux/amd64 push: true tags: | diff --git a/layer-batch/Dockerfile b/layer-batch/Dockerfile-batch similarity index 100% rename from layer-batch/Dockerfile rename to layer-batch/Dockerfile-batch