Skip to content

Commit

Permalink
chore: dockerrun file name 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ChoiWonYu committed Jun 25, 2024
1 parent 1e4a162 commit 872bbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 872bbb4

Please sign in to comment.