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