From 267768c43ff4d8c7b7f3509cd20220a151f805fb Mon Sep 17 00:00:00 2001 From: Mardari Igor Date: Tue, 1 Aug 2023 22:19:22 +0300 Subject: [PATCH 1/3] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 556eb4a..7a45b08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.9 ARG command="--version" @@ -10,4 +10,4 @@ RUN pip install --upgrade pip awsebcli RUN chmod +x entrypoint.sh -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"] From c1efcd4789c82ba25ff4a5284b442e40f21230db Mon Sep 17 00:00:00 2001 From: Mardari Igor Date: Tue, 1 Aug 2023 22:25:45 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2011507..0c74072 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This action run [eb cli](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/ ## Example usage ```YAML -uses: hmanzur/actions-aws-eb@v1.0.0 +uses: 7codeRO/actions-aws-eb@master with: command: 'deploy ${{ secrets.ENVIRONMENT_NAME }}' env: From 0ac61d80dc3665b48b86662849b4ec43c0a9da59 Mon Sep 17 00:00:00 2001 From: Mardari Igor Date: Tue, 1 Aug 2023 22:26:53 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c74072..2011507 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This action run [eb cli](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/ ## Example usage ```YAML -uses: 7codeRO/actions-aws-eb@master +uses: hmanzur/actions-aws-eb@v1.0.0 with: command: 'deploy ${{ secrets.ENVIRONMENT_NAME }}' env: