Merge pull request #1 from embedd-actions/test

Test
This commit is contained in:
Sergey 2023-09-20 08:11:20 +03:00 committed by GitHub
commit 534abb4e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View File

@ -1 +0,0 @@
FROM espressif/idf:v4.4.3

View File

@ -23,6 +23,5 @@ jobs:
## Available tags ## Available tags
``` ```
v4.4.3
latest latest
``` ```

View File

@ -7,7 +7,7 @@ inputs:
default: esp32 default: esp32
runs: runs:
using: 'docker' using: 'docker'
image: 'Dockerfile' image: 'docker://espressif/idf:latest'
args: args:
- idf.py - idf.py
- build - build