From 384db7a3f51d7ec6b92eb3928d23dd794ac0b173 Mon Sep 17 00:00:00 2001 From: Sergey <61871201+SergeyLadanov@users.noreply.github.com> Date: Wed, 20 Sep 2023 07:18:34 +0300 Subject: [PATCH 1/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b861349..28fb8e5 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: default: esp32 runs: using: 'docker' - image: 'Dockerfile' + image: 'docker://espressif/idf:v4.4.3' args: - idf.py - build From aca1ee384b93accc52c20d209b45b3d23b5c8ca5 Mon Sep 17 00:00:00 2001 From: Sergey Ladanov Date: Wed, 20 Sep 2023 08:10:51 +0300 Subject: [PATCH 2/2] update --- Dockerfile | 1 - README.md | 1 - action.yml | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index fe6be20..0000000 --- a/Dockerfile +++ /dev/null @@ -1 +0,0 @@ -FROM espressif/idf:v4.4.3 diff --git a/README.md b/README.md index bb8ce70..051a45c 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,5 @@ jobs: ## Available tags ``` -v4.4.3 latest ``` diff --git a/action.yml b/action.yml index 28fb8e5..1e0d7a9 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: default: esp32 runs: using: 'docker' - image: 'docker://espressif/idf:v4.4.3' + image: 'docker://espressif/idf:latest' args: - idf.py - build