From 872bbb46c017dccc11709b4cf0a9c601d7aff66b Mon Sep 17 00:00:00 2001 From: WonyuChoi Date: Tue, 25 Jun 2024 18:47:02 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20dockerrun=20file=20name=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 374e8332..87fe499b 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -55,7 +55,7 @@ jobs: docker tag $ECR_REPOSITORY:latest $ECR_REGISTRY/$ECR_REPOSITORY:latest docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest - - name: Create Dockerrun.aws.json file + - name: Create Dockerrun file run: | echo '{ "AWSEBDockerrunVersion": "1",